Enabling Memory Hotplug for Virtual MachinesIf a guest operating system supports the memory hotplug functionality, you can enable this functionality for the virtual machine. Once the memory hotplug functionality is turned on, you can configure the amount of memory available to your virtual machines even if they are running. Currently, the following systems come with the memory hotplug support: Linux (both x86 and x64 versions)
By default, memory hotplug support is disabled for all newly created virtual machines. To enable this functionality, you can use the
# pctl set MyVM --memory-hotplug on set mem hotplug: 1 The VM has been successfully configured.
Once the functionality is enabled, you can configure the amount of memory for the
To disable the memory hotplug support in the
# pctl set MyVM --mem-hotplug off set mem hotplug: 0 The VM has been successfully configured. The changes will come into effect on the next virtual machine start. |
||||
|