mirror of
https://github.com/aljazceru/kata-containers.git
synced 2026-01-28 02:34:46 +01:00
git-subtree-dir: tools/packaging git-subtree-mainline:f818b46a41git-subtree-split:1f22d72d5dSigned-off-by: Peng Tao <bergwolf@hyper.sh>
13 lines
470 B
Plaintext
13 lines
470 B
Plaintext
# Items to enable large/huge mmu pages and tlbs etc.
|
|
|
|
# Compaction is the only memory management component to form high order
|
|
# (larger physically contiguous) memory blocks reliably. The lack of the
|
|
# feature can lead to unexpected OOM killer invocations for high order memory requests.
|
|
CONFIG_COMPACTION=y
|
|
|
|
CONFIG_HUGETLBFS=y
|
|
|
|
# Enable memory page physical migration here, as it can come
|
|
# into play when trying to find space to allocate a hugepage.
|
|
CONFIG_MIGRATION=y
|