- List of Backups
- View the diff current.
- View the source.
- View the backup.
- Go to Linux/kernelチューニング.
- 1 (2009-11-27 (Fri) 19:28:05)
- 2 (2009-11-27 (Fri) 19:41:13)
- The added line is THIS COLOR.
- The deleted line is THIS COLOR.
oom killer * Kernelの設定をチェック [#mc14ed5c] sysctl -a * Kernelパラメータを調整 [#e5aa7680] /etc/sysctl.confを編集する. *** ページキャッシュの開放を防ぐ (nfs等のため) [#ud3e0f4d] ** メモリーチューニング:最低空き容量を大きくする (nfs等のため) [#ud3e0f4d] vm.min_free_kbytes - 例 -- デフォルト --- vm.min_free_kbytes = 11494 -- 修正 --- vm.min_free_kbytes = 262144 *** 一時的 [#f9cca0c3] echo 262144 > /proc/sys/vm/min_free_kbytes *** 恒久的 [#w5d9aeaf] /etc/sysctl.confを編集し,以下の行を追加 vm.min_free_kbytes = 262144