mainMem.useNamedFile = "false"
mainMem.writeZeroes = "true"
You can apply these two configuration options in two different manners.
- Apply them to a specific virtual machine instance by adding these two lines to the virtual machine configuration file, i.e., a
.vmx
file. - Apply them as the global and default options for all virtual machine instances by adding these two lines to VMware software's configuration file. For VMWare Player, it is
%PROGRAMDATA%\VMWare\VMware Player\config.ini
. If the file does not exist, you should create it. For other versions of VMware software, see this VMware KnowledgeBase article.
To understand why and how these may address the heavy disk activity issue and whether you should use these options, the following are a few excellent references that I came across in my research.
- VMware Workstation and Very High VMEM Fragmentation
- Maximize VMWare images performance
- Write Activity to .vmem file even though the VM is suspended
- Why does my PC slow down to a crawl when VMware Player is suspending to .vmem file?
No comments:
Post a Comment