Add/Remove CPU and/or Memory resources to a live system
Memory and CPU are hot-pluggable on supported guest VMs running on AHV while the VM is powered on. Perform the following procedure to hot plug the memory AHV VMs: acli vm.update <vm_name> memory=<new_memory_size> Replace vm_name with the name of the VM and new_memory_size with the memory size. And to hot plug CPU: acli vm.update <vm_name>…