Memory allocation
The memory
is the maximum that the guest is allocated at boot time and the currentMemory
, which defaults to the same value as memory
, is the actual allocation of memory to the guest. In the example, 80 GB has been configured for both:
<memory unit='KiB'>83886080</memory> <currentMemory unit='KiB'>83886080</currentMemory>