From 27c8318a8204ac65295d4cfd883a0c88606cfce1 Mon Sep 17 00:00:00 2001 From: Prasanna Kumar Kalever Date: Mon, 28 Sep 2020 18:28:53 +0530 Subject: [PATCH] doc: update memory assigned to minikube vm Signed-off-by: Prasanna Kumar Kalever --- e2e/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e2e/README.md b/e2e/README.md index 7b8ee3f27..2237eff73 100644 --- a/e2e/README.md +++ b/e2e/README.md @@ -50,7 +50,7 @@ following environment variables can be exported to customize kubernetes deployme |----------------------|--------------------------------------------------|--------------------------------------------------------------------| | MINIKUBE_VERSION | minikube version to install | latest | | KUBE_VERSION | kubernetes version to install | latest | -| MEMORY | Amount of RAM allocated to the minikube VM in MB | 3000 | +| MEMORY | Amount of RAM allocated to the minikube VM in MB | 4096 | | VM_DRIVER | VM driver to create virtual machine | virtualbox | | CEPHCSI_IMAGE_REPO | Repo URL to pull cephcsi images | quay.io/cephcsi | | K8S_IMAGE_REPO | Repo URL to pull kubernetes sidecar images | quay.io/k8scsi |