From fee32857e47f40f1ea73e861cf987be22ffc286b Mon Sep 17 00:00:00 2001 From: Sultan Alsawaf Date: Wed, 6 Nov 2019 10:02:57 -0800 Subject: [PATCH] simple_lmk: Increase default minfree value After commit "simple_lmk: Make reclaim deterministic", Simple LMK's behavior changed and thus requires some slight re-tuning to make it work well again. Signed-off-by: Sultan Alsawaf --- drivers/android/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/android/Kconfig b/drivers/android/Kconfig index b572f685374f..f126cf569529 100644 --- a/drivers/android/Kconfig +++ b/drivers/android/Kconfig @@ -80,7 +80,7 @@ config ANDROID_SIMPLE_LMK_AGGRESSION config ANDROID_SIMPLE_LMK_MINFREE int "Minimum MiB of memory to free per reclaim" range 8 512 - default 100 + default 128 help Simple LMK will try to free at least this much memory per reclaim.