]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
mgr/rook: increase minikube mem to 6GB to avoid stability issues 55182/head
authorRedouane Kachach <rkachach@redhat.com>
Wed, 24 Jan 2024 18:03:56 +0000 (19:03 +0100)
committerRedouane Kachach <rkachach@redhat.com>
Wed, 24 Jan 2024 18:03:56 +0000 (19:03 +0100)
Signed-off-by: Redouane Kachach <rkachach@redhat.com>
src/pybind/mgr/rook/ci/scripts/bootstrap-rook-cluster.sh

index 48181708201c33fbf33df694f4c7b273b53f3395..d3c35544131e8ab319f0aa40ea6bf33255d2780c 100755 (executable)
@@ -30,7 +30,7 @@ setup_minikube_env() {
     fi
 
     rm -rf ~/.minikube
-    minikube start --disk-size=20g --extra-disks=4 --driver kvm2
+    minikube start --memory="6144" --disk-size=20g --extra-disks=4 --driver kvm2
     # point Docker env to use docker daemon running on minikube
     eval $(minikube docker-env -p minikube)
 }