From: Chen Qi Date: Wed, 18 Jul 2018 08:33:29 +0000 (+0800) Subject: man/systemd.resource-control.xml: point user to correct url X-Git-Tag: v240~958 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=49bdfaba9284aead59b709b7cd09ff963dcc5c15;p=thirdparty%2Fsystemd.git man/systemd.resource-control.xml: point user to correct url cpu.cfs_quota_us is actually explained in sched-bwc.txt instead of sched-design-CFS.txt. --- diff --git a/man/systemd.resource-control.xml b/man/systemd.resource-control.xml index 8ebd162be79..dffadb39bc0 100644 --- a/man/systemd.resource-control.xml +++ b/man/systemd.resource-control.xml @@ -192,7 +192,7 @@ cpu.max attribute on the unified control group hierarchy and cpu.cfs_quota_us on legacy. For details about these control group attributes, see cgroup-v2.txt and sched-design-CFS.txt. + url="https://www.kernel.org/doc/Documentation/scheduler/sched-bwc.txt">sched-bwc.txt. Example: CPUQuota=20% ensures that the executed processes will never get more than 20% CPU time on one CPU. @@ -900,6 +900,7 @@ cpuacct.txt, memory.txt, blkio-controller.txt. + sched-bwc.txt.