[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: new kswapd logic
On Tue, 3 Mar 1998, Rik van Riel wrote:
>
> with my new free_memory_available() patch, it
> should be possible to put in my kswapd logic
> patch again.
Actually, I really think that the _correct_ fix is to make kswapd be a
very low-priority process that works in the background, rather than be a
very high-priority process that works in the foreground.
Then we'd have some _really_ low watermark that occasionally makes it a
high-priority process, but the point is that right now the whole problem
is brought around not so much because we're low on memory, but due to
simple stupidity with kswapd hogging the whole machine even though it
shouldn't..
Linus