mirror of
https://github.com/systemd/systemd-stable.git
synced 2025-02-21 13:58:00 +03:00
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.
This commit is contained in:
parent
720db03495
commit
17cfd6f96f
@ -208,7 +208,8 @@
|
|||||||
<literal>cpu.max</literal> attribute on the unified control group hierarchy and
|
<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
|
<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/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
|
<para>Example: <varname>CPUQuota=20%</varname> ensures that the executed processes will never get more than
|
||||||
20% CPU time on one CPU.</para>
|
20% CPU time on one CPU.</para>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user