diff --git a/single-node-k8s.sh b/single-node-k8s.sh index 212979712..c3c32bc97 100755 --- a/single-node-k8s.sh +++ b/single-node-k8s.sh @@ -65,7 +65,7 @@ function set_env() { export GO111MODULE="on" export TEST_COVERAGE="stdout" export VM_DRIVER="kvm2" - export MEMORY="8192" + export MEMORY="12288" export CEPH_CSI_RUN_ALL_TESTS=true # downloading rook images is sometimes slow, extend timeout to 15 minutes export ROOK_VERSION=${ROOK_VERSION:-'v1.3.9'}