Skip to content
This repository was archived by the owner on Dec 5, 2023. It is now read-only.

Commit 7f6c95c

Browse files
Merge pull request #52 from microservices-demo/docs/minikube-ram
Specify 4GB of ram for minikube
2 parents 55edb8f + 969f0ef commit 7f6c95c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

deployment/kubernetes-minikube.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,12 @@ cd microservices-demo
2222
You can start Minikube by running:
2323

2424
```
25-
minikube start
25+
minikube start --memory 4096
2626
```
2727

2828
Check if it's running with `minikube status`, and make sure the Kubernetes dashboard is running on http://192.168.99.100:30000.
2929

30+
Approximately 4 GB of RAM is required to run all the services.
3031

3132
##### *(Optional)* Run with Fluentd + ELK based logging
3233

0 commit comments

Comments
 (0)