<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Ctrl Alt Geek &#187; Virtualbox</title>
	<atom:link href="http://www.ctrlaltgeek.com/category/virtualbox/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ctrlaltgeek.com</link>
	<description>Just a couple of Geeks</description>
	<lastBuildDate>Wed, 03 Nov 2010 19:28:29 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Virtualbox and the Linux Tickless Timer</title>
		<link>http://www.ctrlaltgeek.com/2008/11/21/virtualbox-and-the-linux-tickless-timer/</link>
		<comments>http://www.ctrlaltgeek.com/2008/11/21/virtualbox-and-the-linux-tickless-timer/#comments</comments>
		<pubDate>Fri, 21 Nov 2008 15:19:24 +0000</pubDate>
		<dc:creator>John</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Virtualbox]]></category>

		<guid isPermaLink="false">http://www.ctrlaltgeek.com/?p=84</guid>
		<description><![CDATA[<img src="http://www.ctrlaltgeek.com/wp-content/uploads/topiclinux.gif" width="50" height="50" alt="" title="Linux" /><br/>There is currently an issue with Virtualbox and linux guests that have their kernel compiled with tickless timer support (CONFIG_NO_HZ) enabled.  What happens is that when the linux guest is idle, the CPU on the host gets pegged at 100%, or close to it.  SUN is currently investigating this issue, so they recommend that if [...]]]></description>
			<content:encoded><![CDATA[<img src="http://www.ctrlaltgeek.com/wp-content/uploads/topiclinux.gif" width="50" height="50" alt="" title="Linux" /><br/><p>There is currently an issue with Virtualbox and linux guests that have their kernel compiled with tickless timer support (CONFIG_NO_HZ) enabled.  What happens is that when the linux guest is idle, the CPU on the host gets pegged at 100%, or close to it.  SUN is currently investigating this issue, so they recommend that if you are having an issue, then either re-compile your linux kernel to disable the tickless timer support, or add the following to the boot parameters in your grub.conf file, and reboot.</p>
<p><strong>nohz=off</strong></p>
<p>If the problem isn&#8217;t fixed by that option, the other thing to try is to see if running the following command resolves the problem:</p>
<p><strong>modprobe vboxdrv <em>force_async_tsc=1</em></strong></p>
<p>If that works, you can put that in the init script for the vbox driver.  To do that, edit /etc/init.d/vboxdrv with your favorite editor.</p>
<p>edit the following line:</p>
<p><strong> if ! modprobe $MODNAME &gt; /dev/null 2&gt;&amp;1; then</strong></p>
<p>so that it says this:</p>
<p><strong> if ! modprobe $MODNAME </strong><strong><em>force_async_tsc=1 </em>&gt; /dev/null 2&gt;&amp;1; then</strong></p>
<p>This second item may not need to be done, but it has helped people in the past, if the first option doesn&#8217;t work.  Hopefully SUN will have a workaround for this in the near future.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ctrlaltgeek.com/2008/11/21/virtualbox-and-the-linux-tickless-timer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

