On Mon, Dec 09, 2013 at 12:05:54PM +0400, Vladimir Davydov wrote: > From: Glauber Costa <glommer@xxxxxxxxxx> > > In very low free kernel memory situations, it may be the case that we > have less objects to free than our initial batch size. If this is the > case, it is better to shrink those, and open space for the new workload > then to keep them and fail the new allocations. > > In particular, we are concerned with the direct reclaim case for memcg. > Although this same technique can be applied to other situations just as > well, we will start conservative and apply it for that case, which is > the one that matters the most. This should be at the start of the series. Cheers, Dave. -- Dave Chinner david@xxxxxxxxxxxxx -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@xxxxxxxxx. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: <a href=mailto:"dont@xxxxxxxxx"> email@xxxxxxxxx </a>