Author: gjb
Date: Fri May  3 17:23:08 2019
New Revision: 347056
URL: https://svnweb.freebsd.org/changeset/base/347056

Log:
  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

Modified:
  head/release/tools/gce.conf

Modified: head/release/tools/gce.conf
==============================================================================
--- head/release/tools/gce.conf Fri May  3 14:43:21 2019        (r347055)
+++ head/release/tools/gce.conf Fri May  3 17:23:08 2019        (r347056)
@@ -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 \
_______________________________________________
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to