Advertisement
jcrespeau

SLAVE B - ulimit

Jan 26th, 2021
156
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.71 KB | None | 0 0
  1. $> ulimit -a
  2. core file size          (blocks, -c) 0
  3. data seg size           (kbytes, -d) unlimited
  4. scheduling priority             (-e) 0
  5. file size               (blocks, -f) unlimited
  6. pending signals                 (-i) 767770
  7. max locked memory       (kbytes, -l) 65536
  8. max memory size         (kbytes, -m) unlimited
  9. open files                      (-n) 1024
  10. pipe size            (512 bytes, -p) 8
  11. POSIX message queues     (bytes, -q) 819200
  12. real-time priority              (-r) 0
  13. stack size              (kbytes, -s) 8192
  14. cpu time               (seconds, -t) unlimited
  15. max user processes              (-u) 767770
  16. virtual memory          (kbytes, -v) unlimited
  17. file locks                      (-x) unlimited
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement