From 98c738aef97cab60c3e30a1f4bb37bd674a99cae Mon Sep 17 00:00:00 2001 From: Martin Liu <liumartin@google.com> Date: Tue, 10 Mar 2020 17:05:58 +0800 Subject: [PATCH] sm6250-common: Remove lmkd properties to enable new lmkd kill strategy With new strategy default values for lmkd properties should work and no property overrides are necessary. Bug: 143857475 Test: lmkd_unit_test Change-Id: I52c8c93ad5adb5e741790939e381b7c0adae4261 --- product.prop | 3 --- 1 file changed, 3 deletions(-) diff --git a/product.prop b/product.prop index ec8374b..abebae9 100644 --- a/product.prop +++ b/product.prop @@ -7,9 +7,6 @@ debug.gralloc.enable_fb_ubwc=1 # LMKD ro.config.low_ram=false -ro.lmk.kill_heaviest_task=true -ro.lmk.kill_timeout_ms=100 -ro.lmk.use_minfree_levels=true # Incremental FS ro.incremental.enable=1 -- GitLab