Commit 3c25e9e9 authored by Denis Vlasenko's avatar Denis Vlasenko Committed by Sam Ravnborg

kconfig.debug: mention that DEBUG_SLAB can slow down machine quite a bit

I experienced x3 slowdown due to this option being set.

Please add this small warning to DEBUG_SLAB help text.
Signed-off-by: default avatarSam Ravnborg <sam@ravnborg.org>
parent 788c16bd
......@@ -34,7 +34,7 @@ config DEBUG_SLAB
help
Say Y here to have the kernel do limited verification on memory
allocation as well as poisoning memory on free to catch use of freed
memory.
memory. This can make kmalloc/kfree-intensive workloads much slower.
config DEBUG_SPINLOCK
bool "Spinlock debugging"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment