Linux Process Management Concepts

From NovaOrdis Knowledge Base
Revision as of 20:44, 21 April 2017 by Ovidiu (talk | contribs)
Jump to navigation Jump to search

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.