Re: Free memory never fully used, swapping

From: KOSAKI Motohiro
Date: Wed Dec 01 2010 - 05:17:19 EST


> On Tue, 30 Nov 2010, KOSAKI Motohiro wrote:
>
> > This?
>
> Specifying a parameter to temporarily override to see if this has the
> effect is ok. But this has worked for years now. There must be something
> else going with with reclaim that causes these issues now.

I don't think this has worked. Simon have found the corner case recently,
but it is not new.

So I hope you realize that high order allocation is no free lunch. __GFP_NORETRY
makes no sense really. Even though we have compaction, high order reclaim is still
costly operation.

I don't think SLUB's high order allocation trying is bad idea. but now It
does more costly trying. that's bad. Also I'm worry about SLUB assume too
higher end machine. Now Both SLES and RHEL decided to don't use SLUB,
instead use SLAB. Now linux community is fragmented. If you are still
interesting SL*B unification, can you please consider to join corner
case smashing activity?



--
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/