PlanetIT.WS - Beta

Welcome, Guest

Search: Advanced

Home » Virtualization » Vmware-server » Optimizing virtual machines on VMWare Server

Optimizing virtual machines on VMWare Server Print View

Article Stats:
Submitted by: alex
Date: 2008-09-06 00:00:00
Views: 2756
Rating: 2.77

Linux

Modify the .vmx file to include these settings.
MemTrimRate = "0"
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"
 

Comments

Feb 16th 2009, by Guest
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 Alex Simenduev's LinkedIn profileView my profile

Add Comment



Enter the code shown:

Visual CAPTCHA