Re: [patch 3/4] slab reclaim balancing

Manfred Spraul (manfred@colorfullife.com)
Thu, 26 Sep 2002 17:24:31 +0200


William Lee Irwin III wrote:
>
> This might need testing on large-memory 64-bit boxen for that, since
> ZONE_NORMAL pressure outweighs many other considerations on my boxen.
>

Most of them will be SMP, correct? For SMP, 95% of the memory operations
occur in the per-cpu arrays. I'm not sure if a slab is really the right
backend behind the per-cpu arrays - perhaps a algorithms that's more
aggressive toward finding freeable pages would be a better choice, even
if it needs more cpu time for sorting/searching through the partially
allocated pages.

--
	Manfred

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