Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5e35c338 authored by Vinayak Menon's avatar Vinayak Menon
Browse files

defconfig: Enable userspace low memory killer for lito



Make kernel aware of the presence of userspace low memory
killer on lito, which makes it tune its OOM path effectively.

Change-Id: I9a752d217ef54e117db6cb32f32f10aa21df8dda
Signed-off-by: default avatarVinayak Menon <vinmenon@codeaurora.org>
parent b25d994d
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -102,6 +102,7 @@ CONFIG_CFQ_GROUP_IOSCHED=y
CONFIG_CMA=y
CONFIG_ZSMALLOC=y
CONFIG_BALANCE_ANON_FILE_RECLAIM=y
CONFIG_HAVE_USERSPACE_LOW_MEMORY_KILLER=y
CONFIG_NET=y
CONFIG_PACKET=y
CONFIG_UNIX=y
+1 −0
Original line number Diff line number Diff line
@@ -106,6 +106,7 @@ CONFIG_CMA=y
CONFIG_CMA_DEBUGFS=y
CONFIG_ZSMALLOC=y
CONFIG_BALANCE_ANON_FILE_RECLAIM=y
CONFIG_HAVE_USERSPACE_LOW_MEMORY_KILLER=y
CONFIG_NET=y
CONFIG_PACKET=y
CONFIG_UNIX=y