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 <sultan@kerneltoast.com>
This commit is contained in:
Sultan Alsawaf
2019-11-06 10:02:57 -08:00
parent d6bad99cdf
commit fee32857e4

View File

@@ -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.