mirror of
https://github.com/home-assistant/operating-system.git
synced 2025-07-21 12:06:30 +00:00
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:
parent
f48b00cb7f
commit
8eef678e48
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user