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 |