- List of Backups
- View the diff.
- View the diff current.
- View the source.
- Go to Linux/kernelチューニング.
- 1 (2009-11-27 (Fri) 19:28:05)
- 2 (2009-11-27 (Fri) 19:41:13)
Kernelの設定をチェック †
sysctl -a
Kernelパラメータを調整 †
/etc/sysctl.confを編集する.
ページキャッシュの開放を防ぐ (nfs等のため) †
vm.min_free_kbytes
- 例
- デフォルト
- vm.min_free_kbytes = 11494
- 修正
- vm.min_free_kbytes = 262144
- デフォルト