查看文章 |
突然所有的虚拟机都变得超慢,baidu后 在INI这个文件里加三行字 host.cpukHz = "1700000" OK。
To work around this problem, specify the correct maximum CPU speed in your global configuration file: Find the speed of your host's CPU. For example, in Windows XP, right click My Computer, then choose Properties. This path may be different, depending on the version of Windows you use.
C:\Documents and Settings\All Users\Application Data\VMware\VMware Workstation\config.ini C:\Documents and Settings\All Users\Application Data\VMware\VMware GSX Server\config.ini C:\Documents and Settings\All Users\Application Data\VMware\VMware Server\config.ini C:\ProgramData\VMware\VMware Workstation C:\Program Files\VMware\VMware Workstation C:\Program Files (x86)\VWware\VMware Workstation Note: If the file does not exist, create it as a plain text file in the appropriate location as described above, then edit it as follows. For more detail, see "Creating and Editing config.ini on Windows Hosts" at http://kb.vmware.com/kb/1754.
The example presented here assumes that the host computer has a maximum speed of 1700MHz. The first line is the most important one. It should be your host computer's maximum speed in KHz—that is, its speed in MHz times 1000, or its speed in GHz times 1000000. host.cpukHz = "1700000" Note: On Windows, you can use Notepad, but be careful when you save the file that Notepad does not add an extra .txt extension to the filename. You can do that by selecting All files instead of Text files in the Save dialog box.
Click Start>Control Panel>Administrative Tools. Double-click on Services. Right-click VMware Authorization Service and click Restart.
另: 其实,这个是AMD的新特性造成的,AMD有一个叫CPU变频的功能,可以通过bios设置,而VMware通过发现系统当前的cpu速度和当时安装时不符后,变产生了这个现象,其实在刚装完VMware时,软件就会提示这个潜在的问题,只是我当时没有在意。 |

