How to increase video memory VRAM for a macOS Virtual Machine running on VMware Workstation by editing the virtual machine configuration .vmx file and changing svga.vram settings
About This Mac - System Report - Graphics/Displays
Check that VMware tools has been installed on the VM
Shutdown the virtual machine
Edit the virtual machine configuration .vmx file
Change the value for svga.vramSize to increase the VMs video memory and add svga.autodetect = "FALSE"
svga.vramSize = "268435456"
svga.autodetect = "FALSE"
The VM display resolution with automatically adjust to match the host display settings when you resize the VMware workstation window.
Comments