From d4c020c11880b915686d020c8d94f5c438253059 Mon Sep 17 00:00:00 2001 From: YZ775 Date: Tue, 22 Oct 2024 07:57:06 +0000 Subject: [PATCH] increase BOOT_DISK_SIZE to 30GB --- bin/env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/env b/bin/env index 6e372180..f757dc21 100644 --- a/bin/env +++ b/bin/env @@ -3,5 +3,5 @@ ZONE=asia-northeast2-c SERVICE_ACCOUNT=neco-test@neco-test.iam.gserviceaccount.com MACHINE_TYPE=c2-standard-30 DISK_TYPE=pd-ssd -BOOT_DISK_SIZE=20GB +BOOT_DISK_SIZE=30GB GCLOUD="gcloud --quiet --account ${SERVICE_ACCOUNT} --project ${PROJECT}"