Skip to content

Instantly share code, notes, and snippets.

@0x384c0
0x384c0 / vmware-no-vmem.md
Created June 26, 2019 22:33 — forked from extremecoders-re/vmware-no-vmem.md
Disable vmem files in VMWare Workstation.

Prevent creation of vmmem files in VmWare

Issue

VMWare creates .vmem files to back the guest RAM. On the host this causes disk thrashing especially during powering on and off the guest.

Solution

Add the following lines to the .vmx file to prevent creation of .vmem files. This will reduce disk IO and VM performance will improve especially on non-SSD disks.