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>
fourteen
Sultan Alsawaf 5 years ago committed by Jenna
parent 45fe8ea09f
commit 1c20528d99
  1. 2
      drivers/android/Kconfig

@ -92,7 +92,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.

Loading…
Cancel
Save