Re: 2.6.10: kswapd spins like crazy

From: Andrew Morton
Date: Thu Feb 03 2005 - 20:49:00 EST


Nick Piggin <nickpiggin@xxxxxxxxxxxx> wrote:
>
> Oh, attached should be a minimal fix if you would like to try it out.
>
>
> ...
> --- linux-2.6/mm/vmscan.c~vmscan-minfix 2005-02-04 11:52:37.000000000 +1100
> +++ linux-2.6-npiggin/mm/vmscan.c 2005-02-04 11:53:32.000000000 +1100
> @@ -575,6 +575,7 @@ static void shrink_cache(struct zone *zo
> nr_taken++;
> }
> zone->nr_inactive -= nr_taken;
> + zone->pages_scanned += nr_scan;
> spin_unlock_irq(&zone->lru_lock);
>
> if (nr_taken == 0)
>

Any theories as to why these pages aren't being activated and aren't being
reclaimed?

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