Skip to content

Commit

Permalink
disable hyperv dynamic memory for hyperv driver
Browse files Browse the repository at this point in the history
  • Loading branch information
shahiddev committed May 25, 2019
1 parent fea7e21 commit 5ed19ee
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 5ed19ee

Please sign in to comment.