From 824bd134d4b1a1558bbe8e7613d931ee5c4f329f Mon Sep 17 00:00:00 2001 From: WANG Ziqin Date: Sat, 3 Apr 2021 23:59:35 +0800 Subject: [PATCH] Fix default value of cgroup_cpu_mount in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 78fb8be..f3f2ccf 100644 --- a/README.md +++ b/README.md @@ -491,7 +491,7 @@ Options: --cgroup_cpu_ms_per_sec VALUE Number of milliseconds of CPU time per second that the process group can use (default: '0' - no limit) --cgroup_cpu_mount VALUE - Location of cpu cgroup FS (default: '/sys/fs/cgroup/net_cls') + Location of cpu cgroup FS (default: '/sys/fs/cgroup/cpu') --cgroup_cpu_parent VALUE Which pre-existing cpu cgroup to use as a parent (default: 'NSJAIL') --iface_no_lo -- 2.34.1