summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Joines <tjoines@google.com>2021-11-02 11:48:37 -0700
committerTim Joines <tjoines@google.com>2021-11-02 11:48:37 -0700
commitccdb611c97666a886c80290fbf98f1e32b9d589d (patch)
treeb7f68a10e2a31f3aea23ac8a1992d04e2ca334af
parent7bfe69afe97389a4773aaca618ac66d8f85d3e35 (diff)
downloadconfig-ccdb611c97666a886c80290fbf98f1e32b9d589d.tar.gz
Add MEMCG_SWAP to defconfig
From kernel documentation: In other words, when you disable this, memory resource controller has no cares to usage of swap...a process can exhaust all of the swap Test: manual Bug: 190411761 Change-Id: Ic96bbea4f831f074c9cbd1e1ba80b2a0675f9393
-rw-r--r--r11_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/r11_defconfig b/r11_defconfig
index f04c5f3..ab8589f 100644
--- a/r11_defconfig
+++ b/r11_defconfig
@@ -13,6 +13,7 @@ CONFIG_IKHEADERS=m
CONFIG_LOG_BUF_SHIFT=19
CONFIG_CGROUPS=y
CONFIG_MEMCG=y
+CONFIG_MEMCG_SWAP=y
CONFIG_CGROUP_SCHED=y
CONFIG_CGROUP_FREEZER=y
CONFIG_CPUSETS=y