Talvez isso funcione para você, para mim funcionou.
VM Takes Long Time to Shutdown Fix
- Shut down the VM before you do anything; if something like a Production server, you should either backup the entire directory that holds the VM files or take a snapshot (depends on your product).
- In the VM's folder, locate the .VMX file
- Make a copy (backup) of the file (this is important!)
Edit the file using notepad (don't use anything like Word) - locate the following entries in file - if you DO NOT find them, add them to the bottom of the file:
prefvmx.minVmMemPct = "100" mainMem.useNamedFile = "FALSE" mainMem.partialLazySave = "FALSE" mainMem.partialLazyRestore = "FALSE"
- Save the file and exit notepad
- Start the VM - let it completely start, log in, then choose normal shutdown - should now shutdown in a matter of seconds.
I've had no adverse effects with these settings but use at your own risk.
Fonte: link