移动Vmware6.0下的CentOS6.3到单位机器启动时提示如下信息:
1.察看系统CPU频率,鼠标右键点“我的电脑”,属性。为:3.3GHZ
2.新建文件并添加如下内容:
C:\Documents and Settings\All Users\Application Data\VMware\VMware Workstation\config.ini
解决办法:
当建立虚拟主机后启动虚拟主机提示:
VMware Workstation has measured your CPU speed to be 1032 MHz, but Windows reports that it is 1994 MHz. This may
mean that your computer has a power-saving feature that varies the processor speed. As a result, the clock in your
virtual machine may run too fast or too slow.
For a workaround, please refer to the VMware knowledge base article at:
http://www.vmware.com/info?id=97
解决方法:
根据VMWARE文档修改如下:
1. 察看系统CPU频率,鼠标右键点“我的电脑”,属性。
2. 在文件C:\Documents and Settings\All Users\Application Data\VMware\VMware Workstation\config.ini中添加(如果没有这个文件,自己添加):
host.cpukHz = 1700000(替换为你的CPU频率)
host.noTSC = TRUE
ptsc.noTSC = TRUE
来自:http://www.1985er.com/lee/article.asp?id=198
1.察看系统CPU频率,鼠标右键点“我的电脑”,属性。为:3.3GHZ
2.新建文件并添加如下内容:
C:\Documents and Settings\All Users\Application Data\VMware\VMware Workstation\config.ini
解决办法:
当建立虚拟主机后启动虚拟主机提示:
VMware Workstation has measured your CPU speed to be 1032 MHz, but Windows reports that it is 1994 MHz. This may
mean that your computer has a power-saving feature that varies the processor speed. As a result, the clock in your
virtual machine may run too fast or too slow.
For a workaround, please refer to the VMware knowledge base article at:
http://www.vmware.com/info?id=97
解决方法:
根据VMWARE文档修改如下:
1. 察看系统CPU频率,鼠标右键点“我的电脑”,属性。
2. 在文件C:\Documents and Settings\All Users\Application Data\VMware\VMware Workstation\config.ini中添加(如果没有这个文件,自己添加):
host.cpukHz = 1700000(替换为你的CPU频率)
host.noTSC = TRUE
ptsc.noTSC = TRUE
来自:http://www.1985er.com/lee/article.asp?id=198
作者:jackxiang@向东博客 专注WEB应用 构架之美 --- 构架之美,在于尽态极妍 | 应用之美,在于药到病除
地址:https://jackxiang.com/post/6045/
版权所有。转载时必须以链接形式注明作者和原始出处及本声明!
最后编辑: jackxiang 编辑于2013-2-20 09:40
评论列表