Pausing Virtual MachinesPausing a running virtual machine releases the resources, such as RAM and CPU, currently used by this virtual machine. The released resources can then be used by the Parallels server or other running virtual machines and Containers.
To pause a virtual machine, you can use the
# prlctl pause My_VM Pause the VM... The VM has been successfully paused.
You can check that the virtual machine has been successfully paused by using the
# prlctl list -a STATUS IP_ADDR NAME running 10.10.10.101 101 paused 10.10.10.201 My_VM
The command output shows that the
# prlctl start My_VM Starting the VM... The VM has been successfully started. |
||||
|