Skip to content

Instantly share code, notes, and snippets.

@kwk
Created September 29, 2020 11:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kwk/ed043482075b4d1bf082be7a93d9b9ed to your computer and use it in GitHub Desktop.
Save kwk/ed043482075b4d1bf082be7a93d9b9ed to your computer and use it in GitHub Desktop.
ulimit of OpenShift container vs. local host
--- ulimits.container 2020-09-29 13:20:19.420493947 +0200
+++ ulimits.host 2020-09-29 13:20:35.049552462 +0200
@@ -2,15 +2,15 @@
data seg size (kbytes, -d) unlimited
scheduling priority (-e) 0
file size (blocks, -f) unlimited
-pending signals (-i) 257339
+pending signals (-i) 127410
max locked memory (kbytes, -l) 64
max memory size (kbytes, -m) unlimited
-open files (-n) 1048576
+open files (-n) 1024
pipe size (512 bytes, -p) 8
POSIX message queues (bytes, -q) 819200
real-time priority (-r) 0
stack size (kbytes, -s) 8192
cpu time (seconds, -t) unlimited
-max user processes (-u) 1048576
+max user processes (-u) 127410
virtual memory (kbytes, -v) unlimited
file locks (-x) unlimited
\ No newline at end of file
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment