cgroups.7: Add 'pids' controller

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2016-04-25 08:33:41 +02:00
parent 69c4753665
commit 0d29385896
1 changed files with 6 additions and 0 deletions

View File

@ -87,6 +87,8 @@ The existing subsystems include:
.I cpu .I cpu
.IP * .IP *
.I perf_event .I perf_event
.IP *
.I pids
.PD .PD
.PP .PP
In addition, cgroups can be mounted with no bound subsystem, in which case 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. This does not limit a cgroup's CPU usage if the CPUs are not busy.
.TP .TP
.I perf_event .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 .SH SEE ALSO
.BR cpuset (7), .BR cpuset (7),
.BR namespaces (7) .BR namespaces (7)