Skip to content

Commit c83d5f7

Browse files
authored
Merge pull request #2797 from shahiddev/master
Disable hyperv dynamic memory for hyperv driver
2 parents 4548418 + 5ed19ee commit c83d5f7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/minikube/drivers/hyperv/driver.go

+1
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ func createHypervHost(config cfg.MachineConfig) interface{} {
4646
d.CPU = config.CPUs
4747
d.DiskSize = int(config.DiskSize)
4848
d.SSHUser = "docker"
49+
d.DisableDynamicMemory = true //default to disable dynamic memory as minikube is unlikely to work properly with dynamic memory
4950

5051
return d
5152
}

0 commit comments

Comments
 (0)