Re: [GIT PULL] Lockless SLUB slowpaths for v3.1-rc1

From: Christoph Lameter
Date: Tue Aug 02 2011 - 12:36:45 EST


On Tue, 2 Aug 2011, David Rientjes wrote:

> allocator, in this case. And the per-cpu partial list will add even
> additional slab usage for slub, so this is where my "throwing more memory
> at slub to get better performance" came from. I understand that this is a
> large NUMA machine, though, and the cost of slub may be substantially
> lower on smaller machines.

The per cpu partial lists only add the need for more memory if other
processors have to allocate new pages because they do not have enough
partial slab pages to satisfy their needs. That can be tuned by a cap on
objects.


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