MultiCore CPUなマシンにUbuntu 9.04 を入れたらこれだけは確認しておけ。
10 Things to do After Installing Ubuntu Linuxより,
9) Increase the start speed of multi-core CPU systems.This will slow down systems that have a single CPU. For multi core CPUs, we can change the services to all start together (in parallel) during boot time. The command to do this is;
sudo perl -i -pe 's/CONCURRENCY=none/CONCURRENCY=shell/' /etc/init.d/rc
and then reboot with
sudo shutdown -r now
つまり,/etc/init.d/rc の CONCURRENCY を有効にしとけ(shell。 startpar だとどうなるかはわからないが)ということ。これで,体感スピード(特にログインして時)は格段に挙がる。
こっちも。
第8回 体感速度の改善 : bootchart, concurrent boot, readahead, preloadの利用 (Ubuntu Weekly Receipe)
最近のコメント