LWN.net Logo

Delaying the OOM killer

Delaying the OOM killer

Posted Mar 10, 2011 13:07 UTC (Thu) by nix (subscriber, #2304)
In reply to: Delaying the OOM killer by johill
Parent article: Delaying the OOM killer

It seems very dangerous to have anything whose purpose is to respond to out-of-memory conditions and *not* lock it into memory. (What we really need is a way to say 'make this process less overcommitted'. If you do that and then do all the work in a thread, or do a bit of mprotect() work, you can even avoid stack expansions causing OOM.)


(Log in to post comments)

Copyright © 2013, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds