mirror of
https://github.com/aljazceru/kata-containers.git
synced 2026-01-26 01:34:23 +01:00
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>
8 lines
216 B
Plaintext
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
|