From 8c726143c0e1462d22065c01bcffa784e9255a00 Mon Sep 17 00:00:00 2001 From: gjb Date: Thu, 25 Oct 2018 15:11:18 +0000 Subject: [PATCH] MFC r339684: Reduce the GCE image size to 27G to be lower than the free quota limit. PR: 232313 Approved by: re (kib) 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 d6ed07a9c25..65a2a91fdb4 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