ANDROID: gki_defconfig: Disable TRANSPARENT_HUGEPAGE
Fix conflict between jemalloc/scudo and MADV_NOHUGEPAGE by disabling the transparent hugepage support. It has also been suggested that this feature can make VM behavior less predictable. Bug: 131119917 Change-Id: I17556838fbf1f893e26c5658ee95b4e3b16b10ad Signed-off-by: Alistair Delva <adelva@google.com>
This commit is contained in:
parent
00932fc1fb
commit
fd928fd09d
3 changed files with 12476 additions and 12659 deletions
25133
abi_gki_aarch64.xml
25133
abi_gki_aarch64.xml
File diff suppressed because it is too large
Load diff
|
@ -85,7 +85,6 @@ CONFIG_BLK_INLINE_ENCRYPTION=y
|
|||
CONFIG_GKI_HACKS_TO_FIX=y
|
||||
# CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS is not set
|
||||
CONFIG_BINFMT_MISC=m
|
||||
CONFIG_TRANSPARENT_HUGEPAGE=y
|
||||
CONFIG_CMA=y
|
||||
CONFIG_CMA_AREAS=16
|
||||
CONFIG_ZSMALLOC=y
|
||||
|
|
|
@ -54,7 +54,6 @@ CONFIG_BLK_INLINE_ENCRYPTION=y
|
|||
CONFIG_GKI_HACKS_TO_FIX=y
|
||||
# CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS is not set
|
||||
CONFIG_BINFMT_MISC=m
|
||||
CONFIG_TRANSPARENT_HUGEPAGE=y
|
||||
CONFIG_ZSMALLOC=y
|
||||
CONFIG_NET=y
|
||||
CONFIG_PACKET=y
|
||||
|
|
Loading…
Reference in a new issue