mirror of
https://github.com/followmsi/android_kernel_google_msm.git
synced 2024-11-06 23:17:41 +00:00
flo: Enable compaction
Enabling compaction can reduce allocation failures due to memory fragmentation. Less failures can potentially result in a performance boost. Change-Id: I02d138b55859bbb9fa5b52c0284b75a2cee13a27 Signed-off-by: Zhao Wei Liew <zhaoweiliew@gmail.com>
This commit is contained in:
parent
e70d823f63
commit
7fb00b4a74
1 changed files with 1 additions and 0 deletions
|
@ -95,6 +95,7 @@ CONFIG_SCHED_MC=y
|
|||
CONFIG_PREEMPT=y
|
||||
CONFIG_AEABI=y
|
||||
CONFIG_HIGHMEM=y
|
||||
CONFIG_COMPACTION=y
|
||||
CONFIG_SECCOMP=y
|
||||
CONFIG_CC_STACKPROTECTOR=y
|
||||
CONFIG_CPU_FREQ=y
|
||||
|
|
Loading…
Reference in a new issue