Skip to content

Commit

Permalink
Merge pull request #9180 from tstromberg/m2
Browse files Browse the repository at this point in the history
Update min*Mem constants to use MiB instead of MB
  • Loading branch information
priyawadhwa committed Sep 8, 2020
2 parents e3f887c + 54443bd commit f7b120a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmd/minikube/cmd/start_flags.go
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,8 @@ const (
interactive = "interactive"
waitTimeout = "wait-timeout"
nativeSSH = "native-ssh"
minUsableMem = 1024 // In MiB: Kubernetes will not start with less than 1GiB
minRecommendedMem = 2000 // In MiB: Warn at no lower than existing configurations
minUsableMem = 953 // 1GB In MiB: Kubernetes will not start with less
minRecommendedMem = 1907 // 2GB In MiB: Warn at no lower than existing configurations
minimumCPUS = 2
minimumDiskSize = 2000
autoUpdate = "auto-update-drivers"
Expand Down

0 comments on commit f7b120a

Please sign in to comment.