From f8eceae59d49a8c0a92d5c1b4c0246d397d36d00 Mon Sep 17 00:00:00 2001 From: gjb Date: Fri, 3 May 2019 17:23:08 +0000 Subject: [PATCH] Increase the default size of the GCE disk image from 3GB to 20GB, as 3GB is too small as discovered in this week's snapshot builds. MFC after: 3 days 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 c2aac884f78..f156a5bb93e 100644 --- a/release/tools/gce.conf +++ b/release/tools/gce.conf @@ -3,6 +3,9 @@ # $FreeBSD$ # +# The default of 3GB is too small for GCE, so override the size here. +export VMSIZE=20G + # 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.2