mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +00:00
Enable memory compaction support
Prevent OOM caused by memory fragmentation
This commit is contained in:
parent
697c0f2300
commit
79f39e0a3c
1 changed files with 1 additions and 1 deletions
|
@ -387,7 +387,7 @@ CONFIG_MEMORY_ISOLATION=y
|
|||
# CONFIG_HAVE_BOOTMEM_INFO_NODE is not set
|
||||
CONFIG_PAGEFLAGS_EXTENDED=y
|
||||
CONFIG_SPLIT_PTLOCK_CPUS=4
|
||||
# CONFIG_COMPACTION is not set
|
||||
CONFIG_COMPACTION=y
|
||||
CONFIG_MIGRATION=y
|
||||
# CONFIG_PHYS_ADDR_T_64BIT is not set
|
||||
CONFIG_ZONE_DMA_FLAG=0
|
||||
|
|
Loading…
Reference in a new issue