My current ulimit -a for my linux box
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
% ulimit -a | |
-t: cpu time (seconds) unlimited | |
-f: file size (blocks) unlimited | |
-d: data seg size (kbytes) unlimited | |
-s: stack size (kbytes) 8192 | |
-c: core file size (blocks) 0 | |
-m: resident set size (kbytes) unlimited | |
-u: processes 15691 | |
-n: file descriptors 1024 | |
-l: locked-in-memory size (kbytes) 64 | |
-v: address space (kbytes) unlimited | |
-x: file locks unlimited | |
-i: pending signals 15691 | |
-q: bytes in POSIX msg queues 819200 | |
-e: max nice 0 | |
-r: max rt priority 0 | |
-N 15: unlimited |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment