Skip to content

Instantly share code, notes, and snippets.

@ColeMundus
Created July 2, 2017 00:04
Show Gist options
  • Save ColeMundus/4808ab7acf06bbd2353221ed0ed5cc0d to your computer and use it in GitHub Desktop.
Save ColeMundus/4808ab7acf06bbd2353221ed0ed5cc0d to your computer and use it in GitHub Desktop.
[tityos ~] 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) 1031398
max locked memory (kbytes, -l) 64
max memory size (kbytes, -m) 4194000
open files (-n) 100000
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) 1000
virtual memory (kbytes, -v) unlimited
file locks (-x) unlimited
[tityos ~] free -m
total used free shared buffers cached
Mem: 257852 250577 7275 6084 1885 142403
-/+ buffers/cache: 106288 151564
Swap: 0 0 0
[tityos ~]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment