Changes

Jump to navigation Jump to search

Performance Optimization

373 bytes added, 02:37, 1 March 2020
</syntaxhighlight>
Now restart the computer.
 
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>
<memoryBacking>
<hugepages/>
</memoryBacking>
. . .
</syntaxhighlight>
Hugepages are now enabled.
== hyperv ==
== vcpupin ==
172

edits

Navigation menu