summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorSho Iizuka <sho.i518@gmail.com>2021-12-13 22:53:36 +0900
committerLuca Boccassi <luca.boccassi@gmail.com>2021-12-13 19:43:56 +0000
commit17cfd6f96f43ec012b80b417878d87df85b07977 (patch)
treee380d2e763ef9cc0fe78ae04db8f7884a09e05c4 /man
parent720db034955de932a7be2f08472f4460a3324a90 (diff)
downloadsystemd-17cfd6f96f43ec012b80b417878d87df85b07977.tar.gz
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.
Diffstat (limited to 'man')
-rw-r--r--man/systemd.resource-control.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/man/systemd.resource-control.xml b/man/systemd.resource-control.xml
index 23aedc8d8d..d9edb6ab74 100644
--- a/man/systemd.resource-control.xml
+++ b/man/systemd.resource-control.xml
@@ -208,7 +208,8 @@
<literal>cpu.max</literal> attribute on the unified control group hierarchy and
<literal>cpu.cfs_quota_us</literal> on legacy. For details about these control group attributes, see <ulink
url="https://www.kernel.org/doc/html/latest/admin-guide/cgroup-v2.html">Control Groups v2</ulink> and <ulink
- url="https://www.kernel.org/doc/Documentation/scheduler/sched-bwc.txt">sched-bwc.txt</ulink>.</para>
+ url="https://www.kernel.org/doc/Documentation/scheduler/sched-bwc.txt">sched-bwc.txt</ulink>.
+ Setting <varname>CPUQuota=</varname> to an empty value unsets the quota.</para>
<para>Example: <varname>CPUQuota=20%</varname> ensures that the executed processes will never get more than
20% CPU time on one CPU.</para>