From b90b797f864c7249c5f5035107011abd71eedbca Mon Sep 17 00:00:00 2001 From: Fiona Ebner Date: Fri, 7 Oct 2022 14:41:38 +0200 Subject: [PATCH] qm: resource limits: update systemd setting name for cpuunits As mentioned in man 5 systemd.resource-control, the CPUShares setting was replaced by CPUWeight and is deprecated. Signed-off-by: Fiona Ebner --- qm.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qm.adoc b/qm.adoc index 4d0c7c4..19ac15d 100644 --- a/qm.adoc +++ b/qm.adoc @@ -325,7 +325,7 @@ changed to `2048`, the latter VM 200 would receive twice the CPU bandwidth than the first VM 100. For more information see `man systemd.resource-control`, here `CPUQuota` -corresponds to `cpulimit` and `CPUShares` corresponds to our `cpuunits` +corresponds to `cpulimit` and `CPUWeight` corresponds to our `cpuunits` setting, visit its Notes section for references and implementation details. CPU Type