設定の変更方法
# sysctl -w vm.overcommit_ratio=99 # sysctl -w vm.overcommit_memory=2
もしくは
vim /etc/sysctl.conf vm.overcommit_ratio=99 vm.overcommit_memory=2
設定のリロード
# sysctl -p
設定の確認
# sysctl -a | grep vm.over
参考
http://dsas.blog.klab.org/archives/50706324.html
http://qiita.com/na0AaooQ/items/278a11ed905995bd16af