Skip to content

Commit

Permalink
Merge pull request #15080 from free2create/patch-1
Browse files Browse the repository at this point in the history
Quick Start Tweak: For limited memory
  • Loading branch information
medyagh authored Oct 6, 2022
2 parents aca5f29 + 13be85e commit b9882e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions site/content/en/docs/start/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -605,10 +605,10 @@ Halt the cluster:
minikube stop
```

Increase the default memory limit (requires a restart):
Change the default memory limit (requires a restart):

```shell
minikube config set memory 16384
minikube config set memory 9001
```

Browse the catalog of easily installed Kubernetes services:
Expand Down

0 comments on commit b9882e7

Please sign in to comment.