Skip to content

Commit

Permalink
Merge pull request #2797 from shahiddev/master
Browse files Browse the repository at this point in the history
Disable hyperv dynamic memory for hyperv driver
  • Loading branch information
tstromberg authored May 29, 2019
2 parents 4548418 + 5ed19ee commit c83d5f7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/minikube/drivers/hyperv/driver.go
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ func createHypervHost(config cfg.MachineConfig) interface{} {
d.CPU = config.CPUs
d.DiskSize = int(config.DiskSize)
d.SSHUser = "docker"
d.DisableDynamicMemory = true //default to disable dynamic memory as minikube is unlikely to work properly with dynamic memory

return d
}

0 comments on commit c83d5f7

Please sign in to comment.