Linux Process Management Concepts: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
No edit summary
No edit summary
Line 3: Line 3:
* [[Linux#Concepts|Linux]]
* [[Linux#Concepts|Linux]]


=Maximum Number of Processes Allowed on the System==
=Maximum Number of Processes Allowed on the System=


<pre>
<pre>

Revision as of 20:44, 21 April 2017

Internal

Maximum Number of Processes Allowed on the System

cat /proc/sys/kernel/pid_max

Maximum Number of Processes Available to a Single User

The current value can be read and set with ulimit -u.