Last active
August 29, 2015 14:07
-
-
Save bootjp/8b40ae5659dec45c16ba to your computer and use it in GitHub Desktop.
overcommit_memory防止
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#/etc/sysctl.conf | |
kernel.panic=15 | |
vm.overcommit_memory=2 | |
#Source:http://passingloop.tumblr.com/post/11957331420/overcommit-and-oom-killer |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment