summaryrefslogtreecommitdiff
path: root/release
diff options
context:
space:
mode:
Diffstat (limited to 'release')
-rw-r--r--release/tools/gce.conf3
1 files changed, 3 insertions, 0 deletions
diff --git a/release/tools/gce.conf b/release/tools/gce.conf
index ecc3aa964c1d..9c4980c74121 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 \