Install and configure VMware
dpkg -i vmwareworkstation_5.5.3-34686_i386.deb /usr/bin/vmware-config.pl
If you want to use another ethernet address than the default (eth0) for VMware, make sure that the respective interface is up and active during the time you run vmware-config.pl
#!/bin/sh ifconfig eth1 up ethtool -K eth1 tso off
set run priorities in /etc/vmware/config or .vmx file of your vm:
priority.grabbed = "low" priority.ungrabbed = "low"
this setting is necessary if the vm consumes too much CPU and the basic server processes do not get enough CPU time.
In addition, “Disable Memory Page Trimming” needs to be selected to avoid the virtual machine return unused memory to the host. Applications such as VisionGS will cause the virtual machine to crash if the allocated memory size changes during execution of the virtual machine.