Re: [PATCH 14/14] page-replace-kswapd-incmin.patch



On Fri, Dec 30, 2005 at 11:42:34PM +0100, Peter Zijlstra wrote:
>
> From: Nick Piggin <npiggin@xxxxxxx>
>
> Explicitly teach kswapd about the incremental min logic instead of just scanning
> all zones under the first low zone. This should keep more even pressure applied
> on the zones.
>
> The new shrink_zone() logic exposes the very worst side of the current
> balance_pgdat() function. Without this patch reclaim is limited to ZONE_DMA.

Can you please describe the issue with over protection of DMA zone you experienced?

I'll see if I can reproduce it with Nick's standalone patch on top of vanilla, what
load was that?

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



Relevant Pages

  • [PATCH 14/14] page-replace-kswapd-incmin.patch
    ... Explicitly teach kswapd about the incremental min logic instead of just scanning ... all zones under the first low zone. ...
    (Linux-Kernel)
  • [PATCH 01/12] vm: kswapd incmin
    ... Explicitly teach kswapd about the incremental min logic instead of just scanning ... all zones under the first low zone. ...
    (Linux-Kernel)
  • Re: [PATCH] vmscan: bail out of page reclaim after swap_cluster_max pages
    ... Once we get to a lower priority, ... direct reclaim tasks break out of the ... Thus carrying the state across the *entire* scanning pass: all zones. ...
    (Linux-Kernel)
  • Re: [PATCH 01/12] vm: kswapd incmin
    ... > Explicitly teach kswapd about the incremental min logic instead of just scanning ... > all zones under the first low zone. ... end_zone gets the value of the highest-numbered zone which needs scanning. ... then kswapd moves onto lowmem. ...
    (Linux-Kernel)
  • Re: VM/VFS bug with large amount of memory and file systems?
    ... by doing even less highmem scanning in response to lowmem ... All my patch does is make sure that we do not try to ... some arbitrary point where reclaim behaviour completely changes... ... to do all zones -- a change in scanning behaviour at that point is better ...
    (Linux-Kernel)