RE: [cgl_discussion] Re: About Replaceable OOM Killer

From: Cress, Andrew R
Date: Mon Mar 15 2004 - 08:47:24 EST


Right, once it is really OOM, you are SOL :-) Really the only thing you can do at this point in the kernel is to not allocate any more memory, and functions that require more memory just don't work, and the recovery is to reboot..

IMO, the best answer is to detect a nearly-OOM, or trending-toward-OOM condition before it gets so bad.
This would allow userland actions, but would require more customization to tune the detection criteria, which would also imply a userland implementation of the monitoring. We've found that PCP works pretty well for this type of thing.
See http://oss.sgi.com/projects/pcp/ and http://pcp4cgl.sourceforge.net/. We did some work with this for CGL 1.0.

Andy Cress

-----Original Message-----
From: cgl_discussion-bounces@xxxxxxxxxxxxxx [mailto:cgl_discussion-bounces@xxxxxxxxxxxxxx] On Behalf Of Pavel Machek
Sent: Monday, March 08, 2004 6:02 AM
To: Yury V. Umanets
Cc: Guo, Min; Tvrtko A. Uršulin; linux-kernel@xxxxxxxxxxxxxxx; cgl_discussion@xxxxxxxxxxxxxx
Subject: [cgl_discussion] Re: About Replaceable OOM Killer


Hi!

> > Though it hasn't been updated for a while because nobody cares...
> IMHO problem with OOM killer is that it always will do wrong choice. So,
> it should be either plugin based or allow to configure it and this
> means, that it will become more complex and buggy. Does not it mean,
> that OOM killer should be moved to user space?
>
> How about to export OOM event to user space? It might be done in manner
> like hotplug script is used.

When you are OOM, you really can't exec userland script...

--
64 bytes from 195.113.31.123: icmp_seq=28 ttl=51 time=448769.1 ms

_______________________________________________
cgl_discussion mailing list
cgl_discussion@xxxxxxxxxxxxxx
http://lists.osdl.org/mailman/listinfo/cgl_discussion
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/