Libvirt xml config contain:
<memory unit='KiB'>4524288</memory>
<currentMemory unit='KiB'>1524288</currentMemory>
<devices>
<memballoon model='virtio'>
<address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x0'/>
<stats period='10'/>
</memballoon>
</devices>
But the guest actual memory is alway 1524288 (use virsh dommeminfo), vm view memory is
4524288
And the memory for qemu process is between 1524288 and 4524288.
I see that ballooning is ok for linux:
- Acctual memory < 1524288 (ballooning)
- Current VM memory = 1524288
- Max memory for hotplug = 4524288
Can some one show me how to run it with Windows guest.
Thanks