Skip to content

Commit

Permalink
simple_lmk: Update Kconfig description for VM pressure change
Browse files Browse the repository at this point in the history
Simple LMK uses VM pressure now, not a kswapd hook like before. Update
the Kconfig description to reflect such.

Signed-off-by: Sultan Alsawaf <sultan@kerneltoast.com>
Signed-off-by: khusika <mail@khusika.com>
  • Loading branch information
kerneltoast authored and khusika committed Sep 13, 2020
1 parent df993d2 commit ff70db6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drivers/android/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@ config ANDROID_SIMPLE_LMK
small and simple. Processes are killed according to the priorities
that Android gives them, so that the least important processes are
always killed first. Processes are killed until memory deficits are
satisfied, as observed from kswapd struggling to free up pages. Simple
LMK stops killing processes when kswapd finally goes back to sleep.
satisfied, as observed from direct reclaim and kswapd reclaim
struggling to free up pages, via VM pressure notifications.

if ANDROID_SIMPLE_LMK

Expand Down

0 comments on commit ff70db6

Please sign in to comment.