<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
<channel>
<title><![CDATA[向东博客 专注WEB应用 构架之美 --- 构架之美，在于尽态极妍 | 应用之美，在于药到病除]]></title> 
<link>https://jackxiang.com/index.php</link> 
<description><![CDATA[赢在IT，Playin' with IT,Focus on Killer Application,Marketing Meets Technology.]]></description> 
<language>zh-cn</language> 
<copyright><![CDATA[向东博客 专注WEB应用 构架之美 --- 构架之美，在于尽态极妍 | 应用之美，在于药到病除]]></copyright>
<item>
<link>https://jackxiang.com/post//</link>
<title><![CDATA[[实践Ok]VMWARE检测CPU频率问题具体解决解决方法]]></title> 
<author>jack &lt;xdy108@126.com&gt;</author>
<category><![CDATA[Unix/LinuxC技术]]></category>
<pubDate>Wed, 20 Feb 2013 01:38:10 +0000</pubDate> 
<guid>https://jackxiang.com/post//</guid> 
<description>
<![CDATA[ 
	移动Vmware6.0下的CentOS6.3到单位机器启动时提示如下信息：<br/><textarea name="code" class="C" rows="15" cols="100">
VMware Workstation has measured your CPU speed to be 3292 MHz, but Windows reports that it is 3300 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
</textarea><br/>1.察看系统CPU频率，鼠标右键点“我的电脑”，属性。为：3.3GHZ<br/>2.新建文件并添加如下内容：<br/>C:&#92;Documents and Settings&#92;All Users&#92;Application Data&#92;VMware&#92;VMware Workstation&#92;config.ini<br/><textarea name="code" class="C" rows="15" cols="100">
host.cpukHz = 3300000
host.noTSC = TRUE
ptsc.noTSC = TRUE
</textarea><br/><br/><br/>解决办法：<br/>当建立虚拟主机后启动虚拟主机提示：<br/><br/>VMware Workstation has measured your CPU speed to be 1032 MHz, but Windows reports that it is 1994 MHz. This may <br/><br/>mean that your computer has a power-saving feature that varies the processor speed. As a result, the clock in your <br/><br/>virtual machine may run too fast or too slow. <br/><br/>For a workaround, please refer to the VMware knowledge base article at: <br/>http://www.vmware.com/info?id=97<br/><br/>解决方法：<br/><br/>根据VMWARE文档修改如下：<br/>1. 察看系统CPU频率，鼠标右键点“我的电脑”，属性。<br/>2. 在文件C:&#92;Documents and Settings&#92;All Users&#92;Application Data&#92;VMware&#92;VMware Workstation&#92;config.ini中添加（如果没有这个文件，自己添加）：<br/><br/>host.cpukHz = 1700000（替换为你的CPU频率）<br/>host.noTSC = TRUE<br/>ptsc.noTSC = TRUE<br/><br/>来自：http://www.1985er.com/lee/article.asp?id=198
]]>
</description>
</item><item>
<link>https://jackxiang.com/post//#blogcomment</link>
<title><![CDATA[[评论] [实践Ok]VMWARE检测CPU频率问题具体解决解决方法]]></title> 
<author> &lt;user@domain.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate> 
<guid>https://jackxiang.com/post//#blogcomment</guid> 
<description>
<![CDATA[ 
	
]]>
</description>
</item>
</channel>
</rss>