Re: v3.4-rc2 out-of-memory problems (was Re: 3.4-rc1 sticks-and-crashs)

From: Linus Torvalds
Date: Sat Apr 14 2012 - 17:09:10 EST


On Sat, Apr 14, 2012 at 12:38 PM, werner <w.landgraf@xxxxx> wrote:
>
> I observed that then always kmemleak is almost at the beginning of top

Just disable CONFIG_DEBUG_KMEMLEAK.

You do realize that it's a pure debugging aid - akin to
CONFIG_DEBUG_PAGEALLOC - that is *not* meant to be run on production
systems. Exactly because it is very expensive. It basically scans all
the kernel areas for pointers and tries to find leaks.

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