From: Sho Iizuka Date: Mon, 13 Dec 2021 13:53:36 +0000 (+0900) Subject: man: how to unset CPUQuota= X-Git-Tag: v248.10~55 X-Git-Url: http://git-history.diyao.me/?a=commitdiff_plain;h=8dbb2075fc9641b1fe5ee663d195d5ab46713fed;p=systemd%2F.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. (cherry picked from commit 17cfd6f96f43ec012b80b417878d87df85b07977) (cherry picked from commit ab3095ef3d4ce8fe67cddae6b9698bbcb638a4d1) --- diff --git a/man/systemd.resource-control.xml b/man/systemd.resource-control.xml index c4395b1912..077c3bad90 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.