mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-06-30 01:02:33 +00:00
NEMU: Disable default hugepages enabling for virtio-fs
hugepages were enbled by default on NEMU to allow use of virtio-fs. kata now has a change where virtio-fs will default to use /dev/shm as the shared memory file backing location. With that, we should be able to disable default hugepages for NEMU Fixes: #1775 Signed-off-by: Ganesh Maharaj Mahalingam <ganesh.mahalingam@intel.com>
This commit is contained in:
parent
7885e753a7
commit
a75db86027
2
Makefile
2
Makefile
@ -243,7 +243,7 @@ ifneq (,$(NEMUCMD))
|
||||
|
||||
# nemu-specific options (all should be suffixed by "_NEMU")
|
||||
# currently, huge pages are required for virtiofsd support
|
||||
DEFENABLEHUGEPAGES_NEMU := true
|
||||
DEFENABLEHUGEPAGES_NEMU := false
|
||||
# nemu uses virt machine type
|
||||
DEFMACHINETYPE_NEMU := virt
|
||||
DEFBLOCKSTORAGEDRIVER_NEMU := virtio-scsi
|
||||
|
Loading…
Reference in New Issue
Block a user