mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
vmm: config: Add a hugepage_size option
This allows the user to use an alternative huge page size otherwise the default size will be used. Signed-off-by: Rob Bradford <robert.bradford@intel.com>
This commit is contained in:
@@ -552,6 +552,7 @@ impl MemoryManager {
|
||||
file: None,
|
||||
shared: config.shared,
|
||||
hugepages: config.hugepages,
|
||||
hugepage_size: config.hugepage_size,
|
||||
host_numa_node: None,
|
||||
hotplug_size: config.hotplug_size,
|
||||
hotplugged_size: config.hotplugged_size,
|
||||
|
||||
Reference in New Issue
Block a user