Linux Virtualization Reconfigure Guest Memory: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 14: | Line 14: | ||
* delete <currentMemory> | * delete <currentMemory> | ||
Restart the guest. |
Revision as of 02:09, 14 November 2017
Internal
Procedure
Shut down the guest, then:
virsh edit <guest-name>
Then:
- modify <memory> to the amount of memory required.
- delete <currentMemory>
Restart the guest.