Skip to content

Commit

Permalink
Merge pull request #10187 from afbjorklund/memory-warning
Browse files Browse the repository at this point in the history
Avoid warning about the suggested memory size
  • Loading branch information
medyagh authored Jan 20, 2021
2 parents e41c228 + fc8ef79 commit 2e6ceb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/minikube/cmd/start_flags.go
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ const (
waitTimeout = "wait-timeout"
nativeSSH = "native-ssh"
minUsableMem = 1800 // Kubernetes (kubeadm) will not start with less
minRecommendedMem = 2000 // Warn at no lower than existing configurations
minRecommendedMem = 1900 // Warn at no lower than existing configurations
minimumCPUS = 2
minimumDiskSize = 2000
autoUpdate = "auto-update-drivers"
Expand Down

0 comments on commit 2e6ceb7

Please sign in to comment.