Files
kata-containers/kernel/configs/fragments/common/huge.conf
Graham Whaley addc10be48 kernel: config: frags: add common and x86 fragments
Add the base common fragments and x86_64 specific fragments
for the 4.19.x kernel.

Signed-off-by: Graham Whaley <graham.whaley@intel.com>
2019-07-25 18:13:03 +00:00

8 lines
216 B
Plaintext

# Items to enable large/huge mmu pages and tlbs etc.
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