diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2016-04-25 08:33:41 +0200 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2016-05-09 23:08:53 +0200 |
| commit | 0d293858966644652bcc53b12c562ded9bac44ef (patch) | |
| tree | 13a7fbb6b68605b6e65c438eb2fe8023359fa2ed | |
| parent | 69c4753665301a9824f8c9b17fd261adb4b464f0 (diff) | |
| download | man-pages-0d293858966644652bcc53b12c562ded9bac44ef.tar.gz | |
cgroups.7: Add 'pids' controller
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
| -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) |
