diff options
| author | Thierry Strudel <tstrudel@google.com> | 2015-10-05 12:17:44 -0700 |
|---|---|---|
| committer | Mister Oyster <oysterized@gmail.com> | 2017-10-21 15:08:10 +0200 |
| commit | db29f838db9eb58d7983c662f91bbeb6104ad67d (patch) | |
| tree | 621356973f51a9db3fa445724c8b614376f55567 /arch | |
| parent | e3d7180a8b5c77fe66deef17ee13d7b0cac6d60f (diff) | |
| download | android_kernel_m2note-db29f838db9eb58d7983c662f91bbeb6104ad67d.tar.gz | |
arm64/configs: Enable BALANCE_ANON_FILE_RECLAIM
BALANCE_ANON_FILE_RECLAIM helps in improving headroom by
swapping anon memory earlier. This helps saving more memory
and helps overall system performance when ZRAM is enabled.
Enable this config on 64 bit targets for performance reasons.
Change-Id: Ib72a25457749077853582414bb504adfface3da9
Signed-off-by: Veena Sambasivan <veenas@codeaurora.org>
Signed-off-by: Mister Oyster <oysterized@gmail.com>
Diffstat (limited to 'arch')
| -rw-r--r-- | arch/arm64/configs/m2note_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm64/configs/m2note_defconfig b/arch/arm64/configs/m2note_defconfig index d539a6629..e8ff92752 100644 --- a/arch/arm64/configs/m2note_defconfig +++ b/arch/arm64/configs/m2note_defconfig @@ -326,6 +326,7 @@ CONFIG_ZSMALLOC=y CONFIG_PGTABLE_MAPPING=y # CONFIG_ZPOOL is not set # CONFIG_ZBUD is not set +CONFIG_BALANCE_ANON_FILE_RECLAIM=y CONFIG_SECCOMP=y # |
