December 2015
Intermediate to advanced
250 pages
4h 41m
English
As with CPUs, the possibility to add memory on the fly is an added value in mission-critical environments where downtime can literally cost a company millions of Euros.
The recipe presented here is quite simple, similar to the one on CPUs. Here, your guest needs to be prepared to use this functionality as well.
If you want to be able to add memory on the fly to a guest, it must be configured to support it. As with the CPU, this has to be activated. There are three ways to do this:
maxmem option, as follows:--memory 2G,maxmemory=4G
virsh command, as follows:
~]# virsh setmaxmem --domain <guestname> --size <max mem> --live
Read now
Unlock full access