svn commit: r347331 - in stable: 11/release/tools 12/release/tools

Glen Barber gjb at FreeBSD.org
Wed May 8 15:16:47 UTC 2019


Author: gjb
Date: Wed May  8 15:16:45 2019
New Revision: 347331
URL: https://svnweb.freebsd.org/changeset/base/347331

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

Modified:
  stable/12/release/tools/gce.conf
Directory Properties:
  stable/12/   (props changed)

Changes in other areas also in this revision:
Modified:
  stable/11/release/tools/gce.conf
Directory Properties:
  stable/11/   (props changed)

Modified: stable/12/release/tools/gce.conf
==============================================================================
--- stable/12/release/tools/gce.conf	Wed May  8 15:13:59 2019	(r347330)
+++ stable/12/release/tools/gce.conf	Wed May  8 15:16:45 2019	(r347331)
@@ -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 \


More information about the svn-src-all mailing list