Skip to content

Commit 4852129

Browse files
seershancommjoen
andauthored
Update guides/WINDOWS_SETUP.md
Co-authored-by: Jeroen Willemsen <[email protected]>
1 parent a7a6607 commit 4852129

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

guides/WINDOWS_SETUP.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,10 @@ The included scripts have compatibility issues on Windows. A manual deployment i
3939
```bash
4040
minikube start --cpus=4 --memory=11000MB --driver=docker --network-plugin=cni --cni=calico
4141
```
42+
or if you have less memory available and still want to give it a spin:
43+
```bash
44+
minikube start --cpus=4 --memory=6000MB --driver=docker --network-plugin=cni --cni=calico
45+
```
4246
2. **Update Helm Repositories:**
4347
```bash
4448
helm repo update

0 commit comments

Comments
 (0)