Commit bdc972fd authored by Tycho Andersen's avatar Tycho Andersen Committed by Pavel Emelyanov

cgroup: s/pids.current/pids.max

pids.current is the current number of pids, not the maximum number allowed
(which is the thing we care about, that is set by the user).
Signed-off-by: 's avatarTycho Andersen <tycho.andersen@canonical.com>
Signed-off-by: 's avatarPavel Emelyanov <xemul@virtuozzo.com>
parent 6e69e8cc
......@@ -479,7 +479,7 @@ static int cgp_parse_builtins(void)
" - \"strategy\": \"replace\"\n"
" - \"properties\": "
"[ "
"\"pids.current\" "
"\"pids.max\" "
"]\n"
"\"devices\":\n"
" - \"strategy\": \"replace\"\n"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment