Created
January 27, 2016 03:17
-
-
Save zostay/21c91b7beefcc1b62aa2 to your computer and use it in GitHub Desktop.
ulimit on my machine
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 | |
-v: address space (kbytes) unlimited | |
-l: locked-in-memory size (kbytes) unlimited | |
-u: processes 709 | |
-n: file descriptors 256 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment