Ulimit
From DikapediaV2
ulimit is a built-in Linux shell command that allows you to view or configure system resource amount limits that individual users consume. Limiting resource usage is valuable in environments with multiple users and system performance issues.
https://phoenixnap.com/kb/ulimit-linux-command
# 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) 30446 max locked memory (kbytes, -l) unlimited max memory size (kbytes, -m) unlimited open files (-n) 65535 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