diff options
| -rw-r--r-- | Documentation/cgroup-v2.txt | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/Documentation/cgroup-v2.txt b/Documentation/cgroup-v2.txt index 3b8449f8ac7e..49d7c997fa1e 100644 --- a/Documentation/cgroup-v2.txt +++ b/Documentation/cgroup-v2.txt | |||
| @@ -1142,16 +1142,17 @@ used by the kernel. | |||
| 1142 | 1142 | ||
| 1143 | pids.max | 1143 | pids.max |
| 1144 | 1144 | ||
| 1145 | A read-write single value file which exists on non-root cgroups. The | 1145 | A read-write single value file which exists on non-root |
| 1146 | default is "max". | 1146 | cgroups. The default is "max". |
| 1147 | 1147 | ||
| 1148 | Hard limit of number of processes. | 1148 | Hard limit of number of processes. |
| 1149 | 1149 | ||
| 1150 | pids.current | 1150 | pids.current |
| 1151 | 1151 | ||
| 1152 | A read-only single value file which exists on all cgroups. | 1152 | A read-only single value file which exists on all cgroups. |
| 1153 | 1153 | ||
| 1154 | The number of processes currently in the cgroup and its descendants. | 1154 | The number of processes currently in the cgroup and its |
| 1155 | descendants. | ||
| 1155 | 1156 | ||
| 1156 | Organisational operations are not blocked by cgroup policies, so it is | 1157 | Organisational operations are not blocked by cgroup policies, so it is |
| 1157 | possible to have pids.current > pids.max. This can be done by either | 1158 | possible to have pids.current > pids.max. This can be done by either |
