aboutsummaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorArnab Chaudhuri <coolguyforgenerationx@gmail.com>2016-04-18 01:10:58 +0530
committerCaio Schnepper <caioschnepper@gmail.com>2016-04-17 17:03:30 -0300
commitd074a87602640643f766fdcc2990b47dd97a8413 (patch)
tree768ea37f60a7f92749119d519d6e80fdb729c49c /arch
parent632dc60cfc82c6b7b5ba129875c5a4cd20564ddb (diff)
downloadkernel_samsung_smdk4412-d074a87602640643f766fdcc2990b47dd97a8413.zip
kernel_samsung_smdk4412-d074a87602640643f766fdcc2990b47dd97a8413.tar.gz
kernel_samsung_smdk4412-d074a87602640643f766fdcc2990b47dd97a8413.tar.bz2
i9100: Enable Zcache
Zcache doubles RAM efficiency while providing a significant performance boosts on many workloads. Zcache uses compression and an in-kernel implementation of transcendent memory to store clean page cache pages and swap in RAM, providing a noticeable reduction in disk I/O. Change-Id: If62338ff5c3f37ef2dfdcd5f7f5f180cd870225a
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/configs/cyanogenmod_i9100_defconfig3
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/configs/cyanogenmod_i9100_defconfig b/arch/arm/configs/cyanogenmod_i9100_defconfig
index 56c3eff..c56b778 100644
--- a/arch/arm/configs/cyanogenmod_i9100_defconfig
+++ b/arch/arm/configs/cyanogenmod_i9100_defconfig
@@ -2692,8 +2692,9 @@ CONFIG_ANDROID_LOW_MEMORY_KILLER=y
# CONFIG_IIO is not set
CONFIG_XVMALLOC=y
CONFIG_ZRAM=y
+CONFIG_ZCACHE=y
# CONFIG_ZRAM_DEBUG is not set
-# CONFIG_ZRAM_FOR_ANDROID is not set
+CONFIG_ZRAM_FOR_ANDROID=y
# CONFIG_FB_SM7XX is not set
# CONFIG_LIRC_STAGING is not set
# CONFIG_EASYCAP is not set