I am running CentOS 5.3 as a VirtualBox 3.0.0 guest running on Windows XP.
The Windows host CPU usage is constantly at 50% although the CentOS guest is completely idle (i.e. 0.00 load average).
I know this is a common problem related to the 1000Hz frequency that the CentOS kernel runs at, and previously a special kernel-vm packages were released to resolve the issue. However, these packages are out of date and the README says that they are not not necessary as of CentOS 5.3. I found out that there is supposedly a kernel parameter divider=10 that reduces the frequency to 100Hz with the standard kernel but it doesn't seem to have any effect when running inside VirtualBox.
Is there any way to resolve the issue without resorting to a custom kernel?
The proper syntax for the divider parameter is:
RHEL-5 32 bits: "divider=10 clocksource=acpi_pm"
RHEL-5 64 bits: "notsc divider=10"
Had you already tried these with this syntax or simply divider=10?
Have you tried to install the guest extensions? Although not directly related to the clock frequency issue you describe, it helped a lot for me to reduce CPU load due to paravirtualized drivers.
it is sufficient to modify the startup parameters in the bootloader (grub) by adding "divider=10" at the end of the menu entry.
It will therefore read:
This solves the issue
Stefano
I applied Stephano's recipe on CentOS 5.0 - 32 bits, CPU use fall from 80% to less than 20% after menu.lst modification (i just added "divider=10", nothing else...). Thanks...
Have you tried to start a second virtual box instance, and run it at the same time, as described here: http://tech.shantanugoel.com/2009/07/07/virtualbox-high-cpu-usage-problem-solved.html
Check out: http://n8wood.wordpress.com/2009/04/28/high-cpu-utilization-w-centos-guest/
Hopefully it will help (please let us know if you try).
Maybe this will help others; it's rather simple and avoids having to manually recompile the kernel:
http://forums.virtualbox.org/viewtopic.php?f=6&t=12903&p=89732&hilit=centos+5.3#p57578
Regards
I am using guest CentOS 5.4 on Windows XP host and I was having the same problems untill I have found a solution here :
http://tech.shantanugoel.com/2009/07/07/virtualbox-high-cpu-usage-problem-solved.html
It works for me.
regards Olek olekg (at) REMOVEpbpolsoft.com.pl