Configuring huge pages

Configure the virtual server to use huge pages.

Procedure

Use the memoryBacking element with a nested hugepages element. The memoryBacking element is a child of the domain element. Do not specify any attributes.

Example

<domain type="kvm">
    <name>vserv1</name>
    ...
    <memoryBacking>
       <hugepages/>
    </memoryBacking>
    ...
</domain>