mirror of
https://github.com/armbian/build
synced 2025-09-24 19:47:06 +07:00
Enable MGLRU on meson64-edge (#4697)
This is already enabled in the rockchip family on edge and per the discussion here: https://forum.armbian.com/topic/20018-mglru-patches-to-bring-down-kswapd-cpu-usage I would like to enable it on meson64-edge. And if that goes smoothly, I will followup with a PR to enable it on meson64-current also since that is now on 6.1. Changes to be committed: modified: config/kernel/linux-meson64-edge.config
This commit is contained in:
@@ -975,7 +975,9 @@ CONFIG_MAPPING_DIRTY_HELPERS=y
|
||||
CONFIG_SECRETMEM=y
|
||||
# CONFIG_ANON_VMA_NAME is not set
|
||||
# CONFIG_USERFAULTFD is not set
|
||||
# CONFIG_LRU_GEN is not set
|
||||
CONFIG_LRU_GEN=y
|
||||
CONFIG_LRU_GEN_ENABLED=y
|
||||
# CONFIG_LRU_GEN_STATS is not set
|
||||
|
||||
#
|
||||
# Data Access Monitoring
|
||||
|
||||
Reference in New Issue
Block a user