--- mm/slub.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Index: linux-2.6/mm/slub.c =================================================================== --- linux-2.6.orig/mm/slub.c 2008-02-01 21:05:34.524497713 -0800 +++ linux-2.6/mm/slub.c 2008-02-01 21:05:55.448548632 -0800 @@ -179,7 +179,7 @@ static inline void ClearSlabDebug(struct * The existence of more partial slabs makes kmem_cache_shrink * sort the partial list by the number of objects in the. */ -#define MAX_PARTIAL 10 +#define MAX_PARTIAL 20 #define DEBUG_DEFAULT_FLAGS (SLAB_DEBUG_FREE | SLAB_RED_ZONE | \ SLAB_POISON | SLAB_STORE_USER)