We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f91d978 commit 0c23b4dCopy full SHA for 0c23b4d
1 file changed
pkg/crc/machine/hyperv/driver_windows.go
@@ -16,6 +16,9 @@ func CreateHost(machineConfig config.MachineConfig) *hyperv.Driver {
16
17
hypervDriver.CPU = machineConfig.CPUs
18
hypervDriver.BundleName = machineConfig.BundleName
19
+
20
+ // memory related settings
21
+ hypervDriver.DisableDynamicMemory = true
22
hypervDriver.Memory = machineConfig.Memory
23
24
// Determine the Virtual Switch to be used
0 commit comments