mirror of https://github.com/knative/docs.git
fixes minikube quickstart default memory value (#5384)
Signed-off-by: Paul S. Schweigert <paul@paulschweigert.com> Signed-off-by: Paul S. Schweigert <paul@paulschweigert.com>
This commit is contained in:
parent
2d7ead8ed4
commit
d60da1129b
|
@ -94,8 +94,9 @@ To get a local deployment of Knative, run the `quickstart` plugin:
|
|||
1. Install Knative and Kubernetes in a [minikube](https://minikube.sigs.k8s.io/docs/start/) instance by running:
|
||||
|
||||
!!! note
|
||||
The minikube cluster will be created with 6 GB of RAM. If you don't have enough memory, you can change to a
|
||||
different value not lower than 3 GB by running the command `minikube config set memory 3078` before this command.
|
||||
The minikube cluster will be created with 3 GB of RAM. You can change to a
|
||||
different value not lower than 3 GB by setting a memory config in minikube.
|
||||
For example, `minikube config set memory 4096` will use 4 GB of RAM.
|
||||
```bash
|
||||
kn quickstart minikube
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue