skip to content
Alvin Lucillo

Minikube set resources

/ 1 min read

💻 Tech

Setting limitation on minikube resources can be provided during the creation of the cluster. This way, you can limit the usage of your machine’s resources, especially if your machine’s specifications aren’t sufficient to handler large processes.

minikube start --cpus 5 --memory 8000