Changes

Jump to navigation Jump to search

Performance Optimization

4 bytes removed, 02:38, 1 March 2020
To make the VM use Hugepages enter the VM's .XML file and add <code><memoryBacking><hugepages/></memoryBacking></code> to the memory section:
<syntaxhighlight lang=text>
. . .
<memory unit='KiB'>16777216</memory>
<currentMemory unit='KiB'>16777216</currentMemory>
<hugepages/>
</memoryBacking>
. . .
</syntaxhighlight>
Hugepages are now enabled.
172

edits

Navigation menu