Created
February 15, 2011 00:09
-
-
Save jeromatron/826850 to your computer and use it in GitHub Desktop.
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
root@ip-10-202-81-155:~# ulimit -l | |
64 | |
root@ip-10-202-81-155:~# ulimit -a | |
core file size (blocks, -c) 0 | |
data seg size (kbytes, -d) unlimited | |
scheduling priority (-e) 20 | |
file size (blocks, -f) unlimited | |
pending signals (-i) 16382 | |
max locked memory (kbytes, -l) 64 | |
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) 8192 | |
cpu time (seconds, -t) unlimited | |
max user processes (-u) unlimited | |
virtual memory (kbytes, -v) unlimited | |
file locks (-x) unlimited | |
root@ip-10-202-81-155:~# |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment