Write Activity to .vmem file even though the VM is suspended

I have a VMWare VM I have to use for certain tasks at work. For some reason while the VM is running or suspended something is doing massive (in terms of operations, not Bytes/s) I/O on its .vmem file, making the system on that disk very sluggish.

Resource Monitor basically shows the culprit of the performance problems:

enter image description here

And the top spot in Disk Activity is always taken by the System process accessing said file.

enter image description here

Anyone knows what's going on here?


Solution 1:

According to vmware forums you need to have this setting in your config.ini: mainmem.useNamedFile = "FALSE" to avoid this problem. VMWare would use the real RAM and page file with this setting turned false.

References:

  1. http://communities.vmware.com/message/1704684
  2. http://vmfaq.com/entry/25/
  3. http://faq.sanbarrow.com/index.php?action=artikel&cat=14&id=50&artlang=en