Skip to content

Instantly share code, notes, and snippets.

@bootjp
Created September 30, 2014 09:51
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 bootjp/9d5d455b783cdd790b2d to your computer and use it in GitHub Desktop.
Save bootjp/9d5d455b783cdd790b2d to your computer and use it in GitHub Desktop.
ulimit -a メモ
[root@hoge ~]# ulimit -a
core file size (blocks, -c) 0
data seg size (kbytes, -d) unlimited
scheduling priority (-e) 0
file size (blocks, -f) unlimited
pending signals (-i) 63896
max locked memory (kbytes, -l) 32
max memory size (kbytes, -m) unlimited
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) 10240
cpu time (seconds, -t) unlimited
max user processes (-u) 63896
virtual memory (kbytes, -v) unlimited
file locks (-x) unlimited
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment