We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4548418 + 5ed19ee commit c83d5f7Copy full SHA for c83d5f7
pkg/minikube/drivers/hyperv/driver.go
@@ -46,6 +46,7 @@ func createHypervHost(config cfg.MachineConfig) interface{} {
46
d.CPU = config.CPUs
47
d.DiskSize = int(config.DiskSize)
48
d.SSHUser = "docker"
49
+ d.DisableDynamicMemory = true //default to disable dynamic memory as minikube is unlikely to work properly with dynamic memory
50
51
return d
52
}
0 commit comments