Skip to content

Instantly share code, notes, and snippets.

@zostay
Created January 27, 2016 03:47
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/a35124cd22f94e03437c to your computer and use it in GitHub Desktop.
Save zostay/a35124cd22f94e03437c to your computer and use it in GitHub Desktop.
My current ulimit -a for my linux box
% 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