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
This commit is contained in:
gjb 2019-05-03 17:23:08 +00:00
parent dded2b1735
commit f8eceae59d

View File

@ -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 \