Optimizing virtual machines on VMWare Server
Linux
Modify the .vmx file to include these settings.
MemTrimRate = "0"
sched.mem.pshare.enable = "FALSE"
MemAllowAutoScaleDown = "FALSE"
mainMem.useNamedFile = "FALSE"
sched.mem.pshare.enable = "FALSE"
MemAllowAutoScaleDown = "FALSE"
mainMem.useNamedFile = "FALSE"
Within the virtual machine, consider using these kernel option in /boot/grub/menu.lst
noapic nolapic apci=off clocksource=acpi_pm elevator=noop
Microsoft Windows
Modify the .vmx file to include these settings.
MemTrimRate = "0"
sched.mem.pshare.enable = "FALSE"
MemAllowAutoScaleDown = "FALSE"
mainMem.useNamedFile = "FALSE"
sched.mem.pshare.enable = "FALSE"
MemAllowAutoScaleDown = "FALSE"
mainMem.useNamedFile = "FALSE"
Comments
Feb 16th 2009, by
Guest
does vmware need restarting to take new changes??
does vmware need restarting to take new changes??
Mar 15th 2009, by
alex
You don't need to restart the VMware host or it's services.
Just the corresponding VM.
---
View my profile
You don't need to restart the VMware host or it's services.
Just the corresponding VM.
---

