mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-08-31 08:28:34 +00:00
Merge pull request #1776 from ganeshmaharaj/remove-hugepages-nemu
Disable default hugepages enabling for virtio-fs
This commit is contained in:
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
|
||||
|
Reference in New Issue
Block a user