[pve-devel] [PATCH docs 1/2] qm: resource limits: update systemd setting name for cpuunits
Fiona Ebner
f.ebner at proxmox.com
Fri Oct 7 14:41:38 CEST 2022
As mentioned in man 5 systemd.resource-control, the CPUShares setting
was replaced by CPUWeight and is deprecated.
Signed-off-by: Fiona Ebner <f.ebner at proxmox.com>
---
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
--
2.30.2
More information about the pve-devel
mailing list