Switch to SLUB memory allocator for better performance and stability

This commit is contained in:
demetris 2016-11-16 00:53:59 +02:00 committed by Jean-André Santoni
parent f493bfc80e
commit cb40307fc2

View File

@ -156,8 +156,10 @@ CONFIG_PERF_EVENTS=y
# CONFIG_DEBUG_PERF_USE_VMALLOC is not set
CONFIG_VM_EVENT_COUNTERS=y
# CONFIG_COMPAT_BRK is not set
CONFIG_SLAB=y
# CONFIG_SLUB is not set
# CONFIG_SLAB is not set
CONFIG_SLUB=y
# CONFIG_SLUB_STATS is not set
# CONFIG_SLUB_DEBUG is not set
# CONFIG_SLOB is not set
CONFIG_PROFILING=y
CONFIG_TRACEPOINTS=y