diff --git a/modules/virt-hot-plugging-cpu.adoc b/modules/virt-hot-plugging-cpu.adoc index 82c66637a1b3..2877e58fa8e7 100644 --- a/modules/virt-hot-plugging-cpu.adoc +++ b/modules/virt-hot-plugging-cpu.adoc @@ -20,7 +20,7 @@ You can increase or decrease the number of CPU sockets allocated to a virtual ma + [NOTE] ==== -You can hot plug up to three times the default initial number of vCPU sockets of the VM. Exceeding this limit requires a restart. +By hot plugging, you can increase the total number of vCPU sockets of a VM up to four times the default initial number. Exceeding this limit requires a restart. ==== + If the VM is migratable, a live migration is triggered. If not, or if the changes cannot be live-updated, a `RestartRequired` condition is added to the VM. diff --git a/modules/virt-hot-plugging-memory.adoc b/modules/virt-hot-plugging-memory.adoc index b92a32c9dd9b..c18575050712 100644 --- a/modules/virt-hot-plugging-memory.adoc +++ b/modules/virt-hot-plugging-memory.adoc @@ -19,7 +19,7 @@ You can add or remove the amount of memory allocated to a virtual machine (VM) w + [NOTE] ==== -You can hot plug up to three times the default initial amount of memory of the VM. Exceeding this limit requires a restart. +By hot plugging, you can increase the total amount of memory of a VM up to four times the default initial amount. Exceeding this limit requires a restart. ==== + The system applies these changes immediately. If the VM is migratable, a live migration is triggered. If not, or if the changes cannot be live-updated, a `RestartRequired` condition is added to the VM.