Add Multi-Gen LRU but disabled by default (#2400)
It seems that Raspberry Pi enabled Multi-Gen LRU by default. By my testing, it performs worse in some situation. Add it by default for all platforms, but disable it by default for now.
This commit is contained in:
@@ -10,6 +10,9 @@ CONFIG_MODULE_COMPRESS_NONE=y
|
|||||||
CONFIG_ZRAM=y
|
CONFIG_ZRAM=y
|
||||||
CONFIG_ZSMALLOC=y
|
CONFIG_ZSMALLOC=y
|
||||||
|
|
||||||
|
CONFIG_LRU_GEN=y
|
||||||
|
# CONFIG_LRU_GEN_ENABLED is not set
|
||||||
|
|
||||||
CONFIG_CPU_FREQ_DEFAULT_GOV_ONDEMAND=y
|
CONFIG_CPU_FREQ_DEFAULT_GOV_ONDEMAND=y
|
||||||
|
|
||||||
CONFIG_MISC_FILESYSTEMS=y
|
CONFIG_MISC_FILESYSTEMS=y
|
||||||
|
|||||||
Reference in New Issue
Block a user