On Tue, 19 Aug 2014, Laura Abbott wrote: > I nominate CONFIG_DEBUG_PAGEALLOC, CONFIG_SLUB_DEBUG, > CONFIG_SLUB_DEBUG_ON as well since I've wasted days debugging > supposed performance issues where those were on. CONFIG_SLUB_DEBUG is not enabling debugging. It just includes the code to do so at kernel bootup. Not a performance problem. CONFIG_SLUB_DEBUG_ON is a performance issue since debugging will be on by default. CONFIG_SLAB_DEBUG is also a performance issue since this option makes slab run with debugging. -- 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>