Editing VMs with virsh

From DISI
Revision as of 02:48, 2 July 2016 by Benrwong (talk | contribs) (Created page based on "Editing VMs with virsh" from Lab Manual)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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