[转]在使用 VirtualBox 后 ksoftirqd 使用 cpu 居高不下的解决方法

在使用 Ubuntu 上的  VirtualBox 的时候 可能会遇到 ksoftirqd 的cpu使用 持续在 10%-20%的现象 ,这个应该是一个 Bug, 临时的解决方法是 :

在  /boot/grub/menu.lst 中的 内核启动参数后面添加一个   nohz=off 就可以了 (如下后色字体部分 )

title       Ubuntu 7.10, kernel 2.6.22-14-generic
root        (hd0,0)
kernel      /boot/vmlinuz-2.6.22-14-generic root=UUID=a4918fe8-d5f0-4836-9682-87265c6087cb ro quiet splash nohz=off
initrd      /boot/initrd.img-2.6.22-14-generic
quiet

这样做,问题应该就解决了.

顺便说一下,我的 内核版本: 2.6.22-14-generic, VirtualBox 版本: 1.5.0-dfsg2-1ubuntu3

参考资料 :
http://forums.virtualbox.org/viewtopic.php?t=1189
http://lists.alioth.debian.org/pipermail/pkg-virtualbox-devel/2007-September/000015.html
http://www.google.cn/search?hl=zh-CN&q=ksoftirqd++virtualbox&btnG=Google+%E6%90%9C%E7%B4%A2&meta=&aq=f
This article is posted by on , link is .

Leave a reply