2

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?

8 Answers 8

1

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?

1
  • I am running CentOS 32bit and I used the "divider=10 clocksource=acpi_pm" line. Here is my GRUB configuration: title CentOS (2.6.18-128.1.16.el5) root (hd0,0) kernel /boot/vmlinuz-2.6.18-128.1.16.el5 ro root=LABEL=/ divider=10 clocksource=acpi_pm initrd /boot/initrd-2.6.18-128.1.16.el5.img But still, when I boot with this configuration the host CPU usage is always at 50%. Commented Jul 5, 2009 at 14:28
1

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.

1
  • I installed the guest extensions; it made no difference. The guest extensions mainly improve GUI performance and I don't run X on this VM. Commented Jul 6, 2009 at 15:19
1

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:

title CentOS (2.6.18-164.6.1.el5) root (hd0,0) kernel /vmlinuz-2.6.18-164.6.1.el5 ro root=/dev/VolGroup00/LogVol00 rhgb quiet divider=10 initrd /initrd-2.6.18-164.6.1.el5.img 

This solves the issue

Stefano

1

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...

1

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

1
  • Good link but boy does that make me think VirtualBox is rubbish! Commented Mar 17, 2011 at 14:38
0

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).

1
  • This "Link-only answer" is "Not An Answer" because if the link dies, then the answer is rendered useless to researchers. This reference link should be converted to a link under the question. Commented Oct 27, 2021 at 0:28
0

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

0

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

You must log in to answer this question.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.