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

Commit 63ec4410 authored by Vinayak Menon's avatar Vinayak Menon
Browse files

defconfig: enable HAVE_LOW_MEMORY_KILLER on all s[d]m configs



Enable HAVE_LOW_MEMORY_KILLER to avoid premature OOM kills on
all configs for targets that can have a userspace or kernel
lowmemorykiller.

Change-Id: I2ba0148e0fa94ab5903a14c18005f7d550a593fc
Signed-off-by: default avatarVinayak Menon <vinmenon@codeaurora.org>
parent 83354f3e
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -48,6 +48,7 @@ CONFIG_PREEMPT=y
CONFIG_HZ_100=y
CONFIG_CMA=y
CONFIG_ZSMALLOC=y
CONFIG_HAVE_LOW_MEMORY_KILLER=y
CONFIG_SECCOMP=y
# CONFIG_HARDEN_BRANCH_PREDICTOR is not set
CONFIG_ARMV8_DEPRECATED=y
+1 −0
Original line number Diff line number Diff line
@@ -51,6 +51,7 @@ CONFIG_HZ_100=y
CONFIG_CLEANCACHE=y
CONFIG_CMA=y
CONFIG_ZSMALLOC=y
CONFIG_HAVE_LOW_MEMORY_KILLER=y
CONFIG_SECCOMP=y
# CONFIG_HARDEN_BRANCH_PREDICTOR is not set
CONFIG_ARMV8_DEPRECATED=y
+1 −0
Original line number Diff line number Diff line
@@ -62,6 +62,7 @@ CONFIG_PREEMPT=y
CONFIG_HZ_100=y
CONFIG_CMA=y
CONFIG_ZSMALLOC=y
CONFIG_HAVE_LOW_MEMORY_KILLER=y
CONFIG_SECCOMP=y
# CONFIG_UNMAP_KERNEL_AT_EL0 is not set
# CONFIG_HARDEN_BRANCH_PREDICTOR is not set
+1 −0
Original line number Diff line number Diff line
@@ -65,6 +65,7 @@ CONFIG_HZ_100=y
CONFIG_CLEANCACHE=y
CONFIG_CMA=y
CONFIG_ZSMALLOC=y
CONFIG_HAVE_LOW_MEMORY_KILLER=y
CONFIG_SECCOMP=y
# CONFIG_UNMAP_KERNEL_AT_EL0 is not set
# CONFIG_HARDEN_BRANCH_PREDICTOR is not set
+1 −0
Original line number Diff line number Diff line
@@ -64,6 +64,7 @@ CONFIG_PREEMPT=y
CONFIG_HZ_100=y
CONFIG_CMA=y
CONFIG_ZSMALLOC=y
CONFIG_HAVE_LOW_MEMORY_KILLER=y
CONFIG_SECCOMP=y
# CONFIG_UNMAP_KERNEL_AT_EL0 is not set
# CONFIG_HARDEN_BRANCH_PREDICTOR is not set
Loading