KOSAKI Motohiro wrote: > > When hackbench running, SLUB consume memory very largely than SLAB. > then, SLAB often outperform SLUB in memory stavation state. Re memory use: If SLUB finds that there is lock contention on a slab page then it will allocate a new one and dedicate it to a cpu in order to avoid future contentions. -- To unsubscribe from this list: send the line "unsubscribe linux-fsdevel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html