From f08b6e4d8452cc1f00709b1e224dc5187ecf7a0b Mon Sep 17 00:00:00 2001 From: Minchan Kim Date: Wed, 11 Oct 2023 20:49:34 -0700 Subject: [PATCH] zuma: change swap_free_low_percentage to 10 Since LMKD introduced aggressive kill for cached apps, we can change the swap_free_low_percentage back to 10. Bug: 300660611 Change-Id: I688f2559698c7553a7f585cab2693d09d70731f4 Signed-off-by: Minchan Kim --- device.mk | 4 ---- 1 file changed, 4 deletions(-) diff --git a/device.mk b/device.mk index 873914ef..cc8a1826 100644 --- a/device.mk +++ b/device.mk @@ -1160,10 +1160,6 @@ PRODUCT_VENDOR_PROPERTIES += ro.crypto.metadata_init_delete_all_keys.enabled?=tr PRODUCT_PROPERTY_OVERRIDES += \ ro.crypto.volume.options=aes-256-xts:aes-256-hctr2 -# Increase lmkd aggressiveness -PRODUCT_PROPERTY_OVERRIDES += \ - ro.lmk.swap_free_low_percentage=100 - # Hardware Info Collection include hardware/google/pixel/HardwareInfo/HardwareInfo.mk