From b19b07ba072fd92b054509ebec69827d0a8e6764 Mon Sep 17 00:00:00 2001 From: Alcatraz323 Date: Mon, 21 Aug 2023 17:27:55 +0800 Subject: [PATCH] sdm660-common: enable level 1(core) Multi-Gen LRU * we don't support 0x0004(nonleaf_young) feature as it's a x86 only function * we don't support 0x0002(mm_walk) feature as it requires Armv8.1 hardware * ref: [1] https://android.googlesource.com/platform/system/core/+/master/rootdir/init.rc#1328 [2] https://docs.kernel.org/admin-guide/mm/multigen_lru.html Signed-off-by: pix106 --- properties/system.prop | 3 +++ 1 file changed, 3 insertions(+) diff --git a/properties/system.prop b/properties/system.prop index 94baded9..e24fa290 100644 --- a/properties/system.prop +++ b/properties/system.prop @@ -142,6 +142,9 @@ ro.vendor.qti.sys.fw.bservice_enable=true # Netflix ro.netflix.bsp_rev=Q660-13149-1 +# Multi-Gen LRU +persist.device_config.mglru_native.lru_gen_config=core + # OEM Unlock reporting ro.oem_unlock_supported=1