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:
Sultan Alsawaf
2023-02-22 14:48:57 +08:00
committed by claxten10
parent 04450f04ff
commit 5ac450d018

View File

@@ -1883,7 +1883,6 @@ config SLAB_FREELIST_HARDENED
freelist exploit methods.
config SLUB_CPU_PARTIAL
default y
depends on SLUB && SMP
bool "SLUB per cpu partial cache"
help