Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 3 May 2019 17:23:08 +0000 (UTC)
From:      Glen Barber <gjb@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r347056 - head/release/tools
Message-ID:  <201905031723.x43HN8hs065159@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201905031723.x43HN8hs065159>