From: Sho Iizuka Date: Mon, 13 Dec 2021 13:53:36 +0000 (+0900) Subject: man: how to unset CPUQuota= X-Git-Tag: v250-rc3~54 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=17cfd6f96f43ec012b80b417878d87df85b07977;p=thirdparty%2Fsystemd.git man: how to unset CPUQuota= This description will help users who are trying to reset the already configured CPUQuota= by trying incorrect ways such as CPUQuota=0 or CPUQUota=infinity. --- diff --git a/man/systemd.resource-control.xml b/man/systemd.resource-control.xml index 23aedc8d8dc..d9edb6ab74f 100644 --- a/man/systemd.resource-control.xml +++ b/man/systemd.resource-control.xml @@ -208,7 +208,8 @@ cpu.max attribute on the unified control group hierarchy and cpu.cfs_quota_us on legacy. For details about these control group attributes, see Control Groups v2 and sched-bwc.txt. + url="https://www.kernel.org/doc/Documentation/scheduler/sched-bwc.txt">sched-bwc.txt. + Setting CPUQuota= to an empty value unsets the quota. Example: CPUQuota=20% ensures that the executed processes will never get more than 20% CPU time on one CPU.