Re: ~500 megs cached yet 2.6.5 goes into swap hell

From: Marc Singer
Date: Fri Apr 30 2004 - 17:32:13 EST


On Fri, Apr 30, 2004 at 02:08:03PM +1000, Nick Piggin wrote:
> You would probably be better off trying a simpler change
> first actually:
>
> in mm/vmscan.c, shrink_list(), change:
>
> if (res == WRITEPAGE_ACTIVATE) {
> ClearPageReclaim(page);
> goto activate_locked;
> }
>
> to
>
> if (res == WRITEPAGE_ACTIVATE) {
> ClearPageReclaim(page);
> goto keep_locked;
> }
>
> I think it is not the correct solution, but should narrow
> down your problem. Let us know how it goes.

OK, thanks. It might be a few days before I can get to this.
-
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/