Difference between revisions of "Performance Optimization"
Jump to navigation
Jump to search
Windows7ge (talk | contribs) |
Windows7ge (talk | contribs) |
||
Line 4: | Line 4: | ||
Hugepages are a function that lets the system kernel use larger pages when reading or writing information to memory (RAM). When this is enabled and the Guest is configured to use them the performance can be greatly increased. How to enable Hugepages depends on your GNU/Linux distribution. | Hugepages are a function that lets the system kernel use larger pages when reading or writing information to memory (RAM). When this is enabled and the Guest is configured to use them the performance can be greatly increased. How to enable Hugepages depends on your GNU/Linux distribution. | ||
− | <span style="color: red;">'''Note: When hugepages are configured | + | <span style="color: red;">'''Note: When hugepages are configured this portion of memory is taken away from the Host. This means the Host will no longer be able to use it. Keep this in mind.'''</span> |
=== Debain (Ubuntu/Mint/Lubuntu/PopOS/etc) === | === Debain (Ubuntu/Mint/Lubuntu/PopOS/etc) === |
Revision as of 05:30, 28 February 2020
After the initial creation of your Virtual Machine there are a number of performance tweaks you can make to your Guests .XML file and/or the Host system to greatly increase the Guest's performance.
hugepages
Hugepages are a function that lets the system kernel use larger pages when reading or writing information to memory (RAM). When this is enabled and the Guest is configured to use them the performance can be greatly increased. How to enable Hugepages depends on your GNU/Linux distribution.
Note: When hugepages are configured this portion of memory is taken away from the Host. This means the Host will no longer be able to use it. Keep this in mind.