lkml.org 
[lkml]   [2004]   [Mar]   [10]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: VM patches in 2.6.4-rc1-mm2


Mike Fedyk wrote:

> Andrew Morton wrote:
>
>> Mike Fedyk <mfedyk@matchmail.com> wrote:
>>
>>> Most of the previous 2.6 kernels I was running on these servers
>>> would be lightly hitting swap by now. This definitely looks better
>>> to me.
>>
>>
>>
>> It sounds worse to me. "Lightly hitting swap" is good. It gets rid
>> of stuff,
>> freeing up physical memory.
>
>
> Andrew, it looks like you're right. This[1] server doesn't seem to be
> hitting swap enough. But my other[2] file server is doing great with
> it on the other hand (though, it hasn't swapped at all).
>

Just curious, what makes you say [1] isn't hitting swap enough and [2]
is OK? The graphs are better now, by the way. Thank you.

> Maybe a little tuning is in order?
>
> Any patches I should try?
>

Mainline doesn't put enough pressure on slab with highmem systems. This
creates a lot more ZONE_NORMAL pressure and that causes swapping.

Now with the 2.6 VM, you don't do any mapped memory scaning at all
while you only have a small amount of memory pressure. This means that
truely inactive mapped pages never get reclaimed.

The patches you are using do not address this. My split active list
patches should do so. Alternatively you can increase
/proc/sys/vm/swappiness, but that isn't a complete solution, and might
make things too swappy. It is a difficult beast to control.

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2005-03-22 14:01    [W:0.200 / U:0.164 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site