richliu’s blog

Linux, 工作, 生活.

richliu’s blog header image 2

[Gentoo] x61 vmware 效能低落問題.

May 2nd, 2008 · No Comments

最近換了 x61, 如果不跑 , 效能還不錯.

如果裝了 6, performance 馬上就變差, 不僅僅是 , 連 host OS 也會受影響.
這個症狀是 內有大量的 IO 存取, 至於存取什麼並不清楚.

在網路上也很難找相關的訊息, 後來找到一篇是說和 ACPI 有關,
在 grub 加上二個參數 noapic nolapic 就可以暫時解決這個問題.

kernel (hd0,4)/vmlinuz root=/dev/sda6 noapic nolapic

20080516 Update:

事實上是 kvm/kvm_intel module 要拿掉, 要不然會大幅影響 Performance.
Edit file /etc/modprobe.d/blacklist 加上這二行就可以了

blocklist kvm
blocklist kvm_intel

On this day..

Tags: ,

Related posts

Tags: Gentoo

0 responses so far ↓

  • There are no comments yet...Kick things off by filling out the form below.

Leave a Comment