Editing VMs with virsh: Difference between revisions

From DISI
Jump to navigation Jump to search
(Created page based on "Editing VMs with virsh" from Lab Manual)
(No difference)

Revision as of 02:48, 2 July 2016

To increase the memory size of a vm:

Power off the vm then (say to increase the memory on chi to 2GB):

virsh setmaxmem chi 2G --config
virsh setmem chi 2G --config
virsh start chi