On the road again

The article describes how to add memory to KVM machine

virsh destroy kvm-ubuntu
virsh setmaxmem kvm-ubuntu 2G --config
virsh setmem kvm-ubuntu 2G --config
virsh start kvm-ubuntu

Add comment