Hello Wila!
Thank you for your reply and suggestion.
After defragmentering both the guest and host I found that:
- first suspend was much faster (approx 30 sec) compared to several minutes (still not as fast as Win 7 VM)
- second time suspend, back to slooooow. Now again, taking several minutes with slow disk performance
Difference between VMs
One difference I noted between the fast suspending VM (Win 7) and the slow VM (Win 10) is that Win 7 VM uses only one vmdk file per drive, while Win 10 VM uses multiple vmdk files, each 4 GB (total 70 GB).
Magic VMX settings!?
After adding the settings below to the Win 10 VMX file the resume time and disk I/O performed normally. I found the same settings in the Win 7 VMX file. Don't understand what they do!?
prefvmx.minVmMemPct = "100"
mainMem.useNamedFile = "FALSE"
mainMem.partialLazySave = "FALSE"
mainMem.partialLazyRestore = "FALSE"
It looks like performance is a constant concern when searching the net. I do not understand why VMWare isn't compiling this kind of important know how in some dokumentation? Now it seems to me we're all guessing ... (costly)
Again, thanks Wila !