Skip to content

Instantly share code, notes, and snippets.

@zostay
Created January 27, 2016 03:17
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 zostay/21c91b7beefcc1b62aa2 to your computer and use it in GitHub Desktop.
Save zostay/21c91b7beefcc1b62aa2 to your computer and use it in GitHub Desktop.
ulimit on my machine
% 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