- 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)
oom killer
Kernelの設定をチェック †
sysctl -a
Kernelパラメータを調整 †
メモリーチューニング:最低空き容量を大きくする (nfs等のため) †
vm.min_free_kbytes
- 例
- デフォルト
- vm.min_free_kbytes = 11494
- デフォルト
一時的 †
echo 262144 > /proc/sys/vm/min_free_kbytes
恒久的 †
/etc/sysctl.confを編集し,以下の行を追加
vm.min_free_kbytes = 262144