Skip to content

Instantly share code, notes, and snippets.

@dmaasland
dmaasland / gist:f621a5b01d6eda899946ac053eaf03ad
Created June 28, 2021 13:43 — forked from wpivotto/gist:3993502
Maximize VMWare images performance
Insert the following code into the *.VMX file:
sched.mem.pshare.enable = "FALSE"
mainMem.useNamedFile = "FALSE"
prefvmx.minVmMemPct = "100"
prefvmx.useRecommendedLockedMemSize = "TRUE"
mainMem.partialLazySave = "FALSE"
mainMem.partialLazyRestore = "FALSE"
priority.grabbed = "high"
priority.ungrabbed = "normal"