Skip to content
This repository has been archived by the owner on Oct 2, 2024. It is now read-only.

Commit

Permalink
ARM64: configs: nokia: Disable kernel lowmemorykiller driver
Browse files Browse the repository at this point in the history
Disable kernel lowmemorykiller driver and enable memcg as part of
migration to userspace lowmemorykiller.

Bug: 63631020
Change-Id: I96bfd9fffe1bf1a310c3c5a1499571afa0d93936
Signed-off-by: Suren Baghdasaryan <[email protected]>
  • Loading branch information
surenbaghdasaryan authored and reocat committed Jan 14, 2024
1 parent a0295a8 commit 3a32df5
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions arch/arm64/configs/nokia_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,8 @@ CONFIG_CPUSETS=y
CONFIG_PROC_PID_CPUSET=y
CONFIG_CGROUP_CPUACCT=y
CONFIG_CGROUP_SCHEDTUNE=y
# CONFIG_MEMCG is not set
CONFIG_MEMCG=y
CONFIG_MEMCG_SWAP=y
# CONFIG_CGROUP_PERF is not set
CONFIG_CGROUP_SCHED=y
CONFIG_FAIR_GROUP_SCHED=y
Expand Down Expand Up @@ -4103,8 +4104,6 @@ CONFIG_STAGING=y
CONFIG_ASHMEM=y
CONFIG_ANDROID_TIMED_OUTPUT=y
CONFIG_ANDROID_TIMED_GPIO=y
CONFIG_ANDROID_LOW_MEMORY_KILLER=y
CONFIG_ANDROID_LOW_MEMORY_KILLER_AUTODETECT_OOM_ADJ_VALUES=y
CONFIG_SYNC=y
CONFIG_SW_SYNC=y
# CONFIG_SW_SYNC_USER is not set
Expand Down

0 comments on commit 3a32df5

Please sign in to comment.