arch: arm64: configs: Disable SLUB per-CPU partial caches
CONFIG_SLUB_CPU_PARTIAL is not set This causes load spikes when the per-CPU partial caches are filled and need to be drained, which is bad for maintaining low latency. Signed-off-by: Sultan Alsawaf <sultan@kerneltoast.com>
This commit is contained in:
committed by
claxten10
parent
04450f04ff
commit
5ac450d018
@@ -1883,7 +1883,6 @@ config SLAB_FREELIST_HARDENED
|
|||||||
freelist exploit methods.
|
freelist exploit methods.
|
||||||
|
|
||||||
config SLUB_CPU_PARTIAL
|
config SLUB_CPU_PARTIAL
|
||||||
default y
|
|
||||||
depends on SLUB && SMP
|
depends on SLUB && SMP
|
||||||
bool "SLUB per cpu partial cache"
|
bool "SLUB per cpu partial cache"
|
||||||
help
|
help
|
||||||
|
|||||||
Reference in New Issue
Block a user