From d07fd35193231bbae725e2e3aee0818a30b5af9c Mon Sep 17 00:00:00 2001 From: Jacob Anders Date: Tue, 8 Jun 2021 20:23:24 +1000 Subject: [PATCH] Increase virtual disk size to 50G Increasing VM disk size to 50GB in attempt to troubleshoot CI issues covered in BZ1968754. --- common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common.sh b/common.sh index 792a890c7..8051e2462 100644 --- a/common.sh +++ b/common.sh @@ -230,7 +230,7 @@ export MASTER_HOSTNAME_FORMAT=${MASTER_HOSTNAME_FORMAT:-"master-%d"} export WORKER_HOSTNAME_FORMAT=${WORKER_HOSTNAME_FORMAT:-"worker-%d"} export MASTER_MEMORY=${MASTER_MEMORY:-16384} -export MASTER_DISK=${MASTER_DISK:-30} +export MASTER_DISK=${MASTER_DISK:-50} export MASTER_VCPU=${MASTER_VCPU:-8} export WORKER_MEMORY=${WORKER_MEMORY:-8192}