]> git.proxmox.com Git - pve-docs.git/commitdiff
qm: resource limits: update systemd setting name for cpuunits
authorFiona Ebner <f.ebner@proxmox.com>
Fri, 7 Oct 2022 12:41:38 +0000 (14:41 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 19 Oct 2022 06:05:54 +0000 (08:05 +0200)
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@proxmox.com>
qm.adoc

diff --git a/qm.adoc b/qm.adoc
index 4d0c7c465399aced643aec6efdf281b957afc409..19ac15dafab5f412f3b41dd0b3a3b09d145c93fa 100644 (file)
--- 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