From 17cfd6f96f43ec012b80b417878d87df85b07977 Mon Sep 17 00:00:00 2001 From: Sho Iizuka Date: Mon, 13 Dec 2021 22:53:36 +0900 Subject: [PATCH] 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. --- man/systemd.resource-control.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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. -- 2.47.3