Skip to content

Commit

Permalink
chore(eval/minikube): give more memory to local cluster
Browse files Browse the repository at this point in the history
  • Loading branch information
qlonik committed Apr 29, 2024
1 parent 31f8a9a commit 1179771
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion evaluation/scripts/start-minikube-cluster.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ shiver)
*)
echo "minikube outside of ripple"
minikube_start+=(
"--nodes=1" "--cpus=4" "--memory=8G"
"--nodes=1" "--cpus=4" "--memory=12G"
)
;;
esac
Expand Down

0 comments on commit 1179771

Please sign in to comment.