This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| mainmem.backing = "swap" # disable swapping | |
| MemTrimRate = "0" # disable returning unused memory to the host | |
| sched.mem.pshare.enable = "FALSE" # disable page sharing | |
| prefvmx.useRecommendedLockedMemSize = "TRUE" # force memory to be pre-allocated on host | |
| scsi0.virtualDev = "pvscsi" # fasted disk i/o subsystem (requires driver off pvscsi.flp floppy disk image) | |
| scsi0:0.virtualSSD = 1 # if running off an SSD | |
| ## also, preallocate the VMDK disks |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| sched.mem.pshare.enable = "FALSE" | |
| mainMem.useNamedFile = "FALSE" | |
| prefvmx.minVmMemPct = "100" | |
| prefvmx.useRecommendedLockedMemSize = "TRUE" | |
| mainMem.partialLazySave = "FALSE" | |
| mainMem.partialLazyRestore = "FALSE" | |
| priority.grabbed = "normal" | |
| priority.ungrabbed = "normal" | |
| #priority.grabbed = "high" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Disables touchscreen emulation | |
| touchscreen.vusb.present = "FALSE" | |
| # Enables support for nested hypervisors | |
| hypervisor.cpuid.v0 = "FALSE" | |
| vhv.enable = "TRUE" | |
| vpmc.enable = "TRUE" | |
| mce.enable = "TRUE" | |
| vhu.enable = "TRUE" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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" |
NewerOlder