You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
--memory='': Amount of RAM to allocate to Kubernetes (format: <number>[<unit>], where unit = b, k, m or g).
minikube start --cpus 6 --memory 16g
Notice I specify the memory allocation for the minikube container should be 16GB, however, in the output below, you will see minikube creates a docker container of memory 8100MB instead.
Full output of failed command:
😄 minikube v1.12.3 on Darwin 10.15.5
✨ Automatically selected the docker driver. Other choices: hyperkit, virtualbox
👍 Starting control plane node minikube in cluster minikube
🔥 Creating docker container (CPUs=6, Memory=8100MB) ..
Full output of minikube start command used, if not already included:
Optional: Full output of minikube logs command:
The text was updated successfully, but these errors were encountered:
Steps to reproduce the issue:
Notice I specify the memory allocation for the minikube container should be 16GB, however, in the output below, you will see minikube creates a docker container of memory 8100MB instead.
Full output of failed command:
Full output of
minikube start
command used, if not already included:Optional: Full output of
minikube logs
command:The text was updated successfully, but these errors were encountered: