1config BR2_PACKAGE_EARLYOOM
2	bool "earlyoom"
3	depends on BR2_USE_MMU
4	help
5	  Early OOM daemon for Linux.
6
7	  User space daemon for triggering Linux OOM killer
8	  before running out of memory, avoiding situations
9	  where the machine becomes unresponsive from out of
10	  control swapping.
11
12	  https://github.com/rfjakob/earlyoom
13