2014年1月5日日曜日

SSD に Ubuntu をインストールするときの設定

SSD に Ubuntu 12.04 LTS (64bit) をインストールした時の設定メモ。

1. mount オプション変更

SSD にあるマウントポイント全てに下記を設定。
noatime を設定するか迷ったけどやめておいた。
■ 2014/01/26 追記
この設定をすると、動作が重くなったのでやめました。

# vi /etc/fstab
(マウントポイント全てに下記の設定を追加)
data=writeback,nobh を追加

tune2fs を実行。
(/dev/sda1: /, /dev/sda4: /home にしている)

# tune2fs -o journal_data_writeback /dev/sda1
# tune2fs -o journal_data_writeback /dev/sda4

2. swap への書き込みを軽減

# vi /etc/sysctl.conf
(下記を追加)
vm.swappiness = 20

3. mlocate の設定を毎日から毎週に変更

# mv /etc/cron.daily/mlocate /etc/cron.weekly/

■参考
http://laniusbucephalus.blog49.fc2.com/blog-entry-456.html
http://takashi-tomokuni.blogspot.jp/2012/10/ubuntu-1204-ssd.html

● SSD, Ubuntu

0 件のコメント: