
Home >Blogs >Support Insider. Support Insider VMware Support News, Alerts, and. Full Patch for VMware vCenter Server Appliance 6.5 Update 1d. VMware is the global leader in virtualization software. VCenter Server 5.5 Update 2b Release Notes. Use the vSphere Web Client to add or edit vmx-10 devices. In order to use all the functionality of VMware vSphere with. VMware Tools, OS patches etc up-to-date. On a Windows Server 2003 VM called 'W2K3 Std x32. Ps: by the way. When i install vmware workstation. I need to rename the exe from vmware.exe to vmware-vmx.exe. That's why it doesn't work for you!
We're running Windows 7 Enterprise 64-bit SP1 on Dell Precision T3500's (Xeon E5630 @ 2.53GHz, 4GB of RAM). On top of this is VMWare Workstation 7.1.4, up to date.

Running in a VM is Windows XP Professional 32-bit SP3. VMWare is configured to allocate 2GB of RAM for the guest. Performing nearly any operation inside the VM is very slow; even scrolling a text file can require seconds, with very obvious associated disk activity. A quick check of task manager and resource monitor from the Windows 7 host shows that VMWare is allocated a significant chunk of virtual memory, but I think it's all being paged out, and as soon as I start scrolling through the text file, I quickly hit something like 140 hard faults per second and stay there. Older versions of VMWare on far more ancient hardware (Pentium 4-vintage) running a Windows XP host never exhibited these particular symptoms. Is there some way to make Windows 7 less aggressive about paging VMWare out of memory, or is there some solution that reduces the amount of paging to disk required? It's entirely possible I simply have something misconfigured, but I haven't fiddled with a lot of settings.
Any suggestions would be appreciated, thanks. Broen Ballorex .dwg here. See the last entry here I have seen huge improvements to VM performance after making this change. Just make sure you have enough memory on your host. Edit the virtual machine settings to reduce I/O usage by using more host memory: Adding these settings to a virtual machine can reduce the I/O load on the hard disk, however these adjustments require additional memory on the host.
Only add these settings if there is sufficient free memory on the host to accommodate all the memory allocated to the virtual machine, otherwise you may cause a memory starvation condition that can reduce performance of all the running virtual machines or possibly affect the host operating system. Use these settings with caution.
Open the.vmx file for the affected virtual machine while it is powered off. Add the following lines to the file using a text editor.
For more information, see Editing the.vmx file of a VMware Workstation and VMware Player virtual machine (2057902) Note: If you are using VMware Server, you may need to restart the VMware Authorization Service (vmware-authd) for changes to take effect. MemTrimRate = '0' mainMem.useNamedFile = 'FALSE' sched.mem.pshare.enable = 'FALSE' prefvmx.useRecommendedLockedMemSize = 'TRUE' Note: If you are using a Linux host, use the following entry instead of mainMem.useNamedFile = 'FALSE'.
The mainMem.useNamedFile entry only applies to Windows Hosts. Mainmem.backing = 'swap'. The mainMem.useNamedFile='FALSE' is key. Without this entry vmware will allocate a file on the host disk to hold the entire contents of the guest RAM and can continuously thrash the host's disk with the guest's RAM in some cases. In the worst case I've seen the guests be completely unusable.
In the best case the guests still end up being significantly slower most of the time. I've yet to see a case where leaving this parameter enabled has actually helped performance except that it makes suspends faster. – Mar 24 '16 at 18:28. EDIT: Lets start with the host machine. Do you have virtualization extensions enabled in the BIOS? Do you have the latest chipset and Intel RST drivers installed? Disk caching enabled on the drive?