(-n) 1048576 Maximum bytes in POSIX message queues (kB, -q) 800 Maximum realtime scheduling priority (-r) 0 Maximum stack size (kB, -s) unlimited Maximum amount of CPU time in seconds (seconds, -t) unlimited Ma
cat /proc/sys/kernel/pid_max const ( oldMaxSize = uint64(1048576) ) // getDefaultProcessLimits returns the nproc for the current process in ulimits format // Note that nfile sometimes cannot be set to unlimited, and the limit is hardcoded // to (oldMaxSize) 1048576 (2^20), see: ...