From 4401f206856263f4fb690c267de9c2f82f7c3c76 Mon Sep 17 00:00:00 2001 From: gjb Date: Wed, 8 May 2019 15:16:45 +0000 Subject: [PATCH] MFC r347056: Increase the default size of the GCE disk image from 3GB to 20GB, as 3GB is too small as discovered in last week's snapshot builds. 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 ecc3aa964c1..9c4980c7412 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.0