Sunday, March 1, 2009

Fix: VMWare slow to release swapped memory after stopping guest

Ever since upgrading to VMWare v6.5.1, I've noticed it would take several minutes for my laptop to respond to input after closing VMware or pausing/shutting down a guest.

The excessive harddrive activity would halt my host operating system and prevent hibernation from working (causing me to nearly miss my train station several times!)

Luckily, someone's found the solution to fixing this problem by setting some hidden configuration options.

Open up your "guest.vmx" file in Notepad and paste the following lines at the end of the file.
mainMem.useNamedFile = “FALSE”
prefvmx.useRecommendedLockedMemSize = “TRUE”
prefvmx.minVmMemPct = “100″
This has stopped the excessive harddrive activity on my laptop and I have been able to get off the train on time =)

[ Source ]

For more configuration options, see this link.

5 comments:

  1. Thanks for this,
    prefvmx.minVmMemPct = “100″ works for me, not the other two lines.

    ReplyDelete
  2. YAY !! Back on track - thanks a lot

    ReplyDelete
  3. Thanks a lot, it works fine!

    ReplyDelete
  4. Nice one!! I was looking for this solution from long back.. It save a lot of my time.

    ReplyDelete
  5. Thanks man... I always wondered why my computer went so slow after closing a VM, awesome tip!

    ReplyDelete

Leave your thoughts ...

---
If you are having trouble with copy/pasting in comments, you need to sign in or click 'Preview'.

For more information about this Firefox bug, see here.