<memoryBacking>
Configures the KVM host memory to be used for backing the virtual memory of the virtual server.
Text content
None.Selected attributes
None.Usage
Parent elements
<domain>Child elements
- <access>
- <hugepages>
Examples
To configure huge pages.
<domain type="kvm">
...
<memoryBacking>
<hugepages/>
</memoryBacking>
...
</domain>To configure file-based memory for a
shared file system.
<domain type="kvm">
...
<memoryBacking>
<access mode="shared"/>
<source type="file"/>
</memoryBacking>
...
</domain>