On Thu, 2 Aug 2012, Lai Jiangshan wrote: > SLUB only fucus on the nodes which has normal memory, so ignore the other > node's hot-adding and hot-removing. You would need to do the same for SLAB. SLAB has an easier time with falling back to other nodes (and therefore does not show up in your tests) but as a result SLAB will be quite ineffective because it created bogus structures that are never used yet constantly traversed. -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@xxxxxxxxx. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: <a href=mailto:"dont@xxxxxxxxx"> email@xxxxxxxxx </a>