From 2c14c3206e379f7fe5a7cfc1a20a4d0cf33a4f76 Mon Sep 17 00:00:00 2001 From: gjb Date: Thu, 25 Oct 2018 15:14:16 +0000 Subject: [PATCH] MFC r339684: Reduce the GCE image size to 27G to be lower than the free quota limit. PR: 232313 Sponsored by: The FreeBSD Foundation --- release/tools/gce.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/release/tools/gce.conf b/release/tools/gce.conf index 9f1f2c90f36..58935e97df4 100644 --- a/release/tools/gce.conf +++ b/release/tools/gce.conf @@ -3,6 +3,9 @@ # $FreeBSD$ # +# Reduce VMSIZE to be below the free quota limit. +export VMSIZE=27G + # Set to a list of packages to install. export VM_EXTRA_PACKAGES="firstboot-freebsd-update firstboot-pkgs \ google-cloud-sdk panicmail sudo sysutils/py-google-compute-engine \ -- 2.45.0