Linux Process Management Concepts: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 8: | Line 8: | ||
cat /proc/sys/kernel/pid_max | cat /proc/sys/kernel/pid_max | ||
</pre> | </pre> | ||
or | |||
<pre> | |||
sysctl kernel.pid_max | |||
</pre> | |||
For more details, see [[sysctl]]. | |||
=Maximum Number of Processes Available to a Single User= | =Maximum Number of Processes Available to a Single User= | ||
The current value can be read and set with [[Ulimit#Options|ulimit -u]]. | The current value can be read and set with [[Ulimit#Options|ulimit -u]]. |