xref: /OK3568_Linux_fs/buildroot/package/earlyoom/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
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