diff options
| -rw-r--r-- | man7/cgroups.7 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/man7/cgroups.7 b/man7/cgroups.7 index de31a90065..912c8fce0a 100644 --- a/man7/cgroups.7 +++ b/man7/cgroups.7 @@ -87,6 +87,8 @@ The existing subsystems include: .I cpu .IP * .I perf_event +.IP * +.I pids .PD .PP In addition, cgroups can be mounted with no bound subsystem, in which case @@ -351,6 +353,10 @@ when a system is busy. This does not limit a cgroup's CPU usage if the CPUs are not busy. .TP .I perf_event +.TP +.I pids +This controller permits limiting the number of process that may be created +in a cgroup (and its descendants). .SH SEE ALSO .BR cpuset (7), .BR namespaces (7) |
