diff options
author | Martin Liu <liumartin@google.com> | 2022-02-21 16:33:28 +0800 |
---|---|---|
committer | Martin Liu <liumartin@google.com> | 2022-02-22 13:03:57 +0000 |
commit | 34fa8de8aba72f075835f41468e0375a3acb4878 (patch) | |
tree | 8fb66f925f84559e8bff2f8ea15153dbf3e06de8 /mm | |
parent | 48d0703e00c232b3ffdeba8bb5dcf1c36da7b8c8 (diff) |
Set lmk stall_limit_critical threshold
To prevent APC watchdog under heavy memory pressure,
set stall_limit_critical to 40.
Bug: 205182133
Test: Run ACT under a heavy memory pressure
Signed-off-by: Martin Liu <liumartin@google.com>
Change-Id: Iaac006d1b1f2fff8a47875e792f6d2179bae80a9
Merged-In: Iaac006d1b1f2fff8a47875e792f6d2179bae80a9
(cherry picked from commit 360afd734baac29571b771424013edb6695e8619)
Diffstat (limited to 'mm')
-rw-r--r-- | mm/device_gki.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mm/device_gki.mk b/mm/device_gki.mk index 360b085..cd4fdf8 100644 --- a/mm/device_gki.mk +++ b/mm/device_gki.mk @@ -17,6 +17,7 @@ PRODUCT_PROPERTY_OVERRIDES += \ # LMK tuning PRODUCT_PROPERTY_OVERRIDES += \ ro.lmk.filecache_min_kb=153600 \ - ro.lmk.kill_timeout_ms=50 + ro.lmk.kill_timeout_ms=50 \ + ro.lmk.stall_limit_critical=40 BOARD_SEPOLICY_DIRS += hardware/google/pixel-sepolicy/mm/gki |