Skip to content

Instantly share code, notes, and snippets.

@GabrielNicolasAvellaneda
Created December 6, 2018 16:59
Show Gist options
  • Save GabrielNicolasAvellaneda/9cacbdfdbe61855450bd1018c8052267 to your computer and use it in GitHub Desktop.
Save GabrielNicolasAvellaneda/9cacbdfdbe61855450bd1018c8052267 to your computer and use it in GitHub Desktop.
Minikube 8 Cpus 32Gb of RAM
#!/bin/bash
minikube start --memory $(expr 32 \* 1024) --cpus 8
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment