From 02d536eed7f387df0835f6254414e6da9be6f0ba Mon Sep 17 00:00:00 2001 From: Martin Liu Date: Sun, 24 Oct 2021 22:02:58 +0800 Subject: [PATCH] sdm660-common: properties: Adjust and move zram write back policy to common Bug: 166739872 Test: boot Signed-off-by: Martin Liu Change-Id: I03bdd7a0f8c26fbbde05afa5c6802bf955f30297 Signed-off-by: clarencelol Signed-off-by: pix106 --- properties/system.prop | 5 ----- 1 file changed, 5 deletions(-) diff --git a/properties/system.prop b/properties/system.prop index 94bced90..5fbd5465 100644 --- a/properties/system.prop +++ b/properties/system.prop @@ -137,8 +137,3 @@ persist.device_config.runtime_native.usap_pool_enabled=true # Thermal configs path sys.thermal.data.path=/data/vendor/thermal/ - -# ZRAM -ro.zram.mark_idle_delay_mins=60 -ro.zram.first_wb_delay_mins=180 -ro.zram.periodic_wb_delay_hours=24