八:如何在线添加/移除虚拟机的内存
[root@UA-HA ~]# virsh dumpxml UAKVM2|grep -i memo
<memory unit='KiB'>2621440</memory>
<currentMemory unit='KiB'>1048576</currentMemory>调整运行中VM的RAM/Memory
[root@UA-KVM1 ~]# free -m
total used free shared buff/cache available
Mem: 1001 78 780 6 141 787
Swap: 411 0 411
[root@UA-KVM1 ~]#增加VM的内存限制
系列教程编译
Last updated