Optimize VMWare IO Performance

If you have memory to space, you can reduce I/O usage by editing the .vmx file in your VM and add the lines

mainMem.useNamedFile= "FALSE"
sched.mem.pshare.enable = "FALSE"
prefvmx.useRecommendedLockedMemSize = "TRUE"

See: http://kb.vmware.com/selfservice/microsites/search.do?language=en_US&cmd=displayKC&externalId=1008885


CategoryComputing.Performance