-
Notifications
You must be signed in to change notification settings - Fork 159
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove option to use kernel oom-killer (-k)
The kernel oom-killer has many problems, has no features, and is probably used by nobody at all. Quoting from the (remove) function comment: * Invoke the kernel oom killer by writing "f" into /proc/sysrq-trigger * * This approach has a few problems: * 1) It is disallowed by default (even for root) on Fedora 20. * You have to first write "1" into /proc/sys/kernel/sysrq to enable the "f" * trigger. * 2) The Chrome web browser assigns a penalty of 300 onto its own tab renderer * processes. On an 8GB RAM machine, this means 2400MB, and will lead to every * tab being killed before the actual memory hog * See https://code.google.com/p/chromium/issues/detail?id=333617 for more info * 3) It is broken in 4.0.5 - see * f7e2ced #80
- Loading branch information
Showing
5 changed files
with
8 additions
and
66 deletions.
There are no files selected for viewing
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
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
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
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
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