10
9

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

VirtualBox(Mac)でCentOS5系を実行するとCPU使用率が高い問題への対処法

Posted at

##前提

  • 仮想化アプリ: VirutalBox
  • ホストOS: Mac (Marvericks)
  • ゲストOS: CentOS 5系

###状況
なぜか知らないが、Macbook Air上でVirtalBoxを使ってCentOS5.4起動していると、CPUを20〜30持っていかれる。
だんだんキーボードの上らへんが熱くなってきてうざい。
Cent上でtop打ってもCPU食ってない。なんで??

VMの/etc/grub.confに起動オプションを追加

デフォルトで起動されるカーネルの起動オプションに divider=10 を追加する。
CPU割り込みを1/10にすることでアイドル時のCPU使用率を下げる。

kernel /vmlinuz-2.6.32-71.29.1.el6.x86_64 ro root=/dev/mapper/vg_centos6-lv_root divider=10

参考

VirtualBoxでCentOSを動かすとCPU使用率が高い場合の対処

10
9
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
10
9

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?