Skip to content

Commit 0c23b4d

Browse files
gbraadpraveenkumar
authored andcommitted
Issue #607 Disable dynamic memory (Hyper-V)
1 parent f91d978 commit 0c23b4d

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

pkg/crc/machine/hyperv/driver_windows.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ func CreateHost(machineConfig config.MachineConfig) *hyperv.Driver {
1616

1717
hypervDriver.CPU = machineConfig.CPUs
1818
hypervDriver.BundleName = machineConfig.BundleName
19+
20+
// memory related settings
21+
hypervDriver.DisableDynamicMemory = true
1922
hypervDriver.Memory = machineConfig.Memory
2023

2124
// Determine the Virtual Switch to be used

0 commit comments

Comments
 (0)