kernel: enable memory compaction
authorFelix Fietkau <nbd@nbd.name>
Tue, 9 Oct 2018 11:22:46 +0000 (13:22 +0200)
committerFelix Fietkau <nbd@nbd.name>
Tue, 9 Oct 2018 12:29:55 +0000 (14:29 +0200)
commit212aa332267641fa9fc9a16d39159decec95b4a1
tree6e07eabe3b5aaecad8b70ca925b6f9dbc3a7d898
parent567fe53230d60acadcd8138d7cc5de2f8231fdf9
kernel: enable memory compaction

Compaction is the only memory management component to form high order (larger
physically contiguous) memory blocks reliably. The page allocator relies on
compaction heavily and the lack of the feature can lead to unexpected OOM
killer invocations for high order memory requests. You shouldn't disable this
option unless there really is a strong reason for it.

Signed-off-by: Felix Fietkau <nbd@nbd.name>
Signed-off-by: Michal Hrusecky <michal.hrusecky@nic.cz>
15 files changed:
target/linux/armvirt/config-4.14
target/linux/at91/config-4.9
target/linux/generic/config-3.18
target/linux/generic/config-4.14
target/linux/generic/config-4.9
target/linux/layerscape/armv7/config-4.9
target/linux/layerscape/armv8_32b/config-4.9
target/linux/layerscape/armv8_64b/config-4.9
target/linux/mediatek/mt7623/config-4.14
target/linux/octeontx/config-4.14
target/linux/oxnas/config-4.14
target/linux/samsung/s5pv210/config-4.14
target/linux/sunxi/config-4.14
target/linux/x86/64/config-default
target/linux/x86/generic/config-default