I’m a big fan of VMware, or virtualization you might say. I’m using a lot of VMware at the moment but had some bad performance when running Gutsy as a host. Everything works pretty ok but there has been a little too much IO-wait, my MySQL has been responding a little to slow when not being queried for a while and so on. I googled around a lot and found some tweaks, I really don’t know what they acutally do but the make a big difference. In /etc/vmware/config I have added:
prefvmx.useRecommendedLockedMemSize = "TRUE"
prefvmx.minVmMemPct = "100"
And on my hosts I have added in the .vmx-file
sched.mem.pshare.enable = "FALSE"
mainMem.useNamedFile = "FALSE"
MemTrimRate = "0"
MemAllowAutoScaleDown = "FALSE"
After doing this my vmware guest if responsive and works like a charm! Soon I will make an effort to find out what it does.