Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 8 May 2019 15:16:45 +0000 (UTC)
From:      Glen Barber <gjb@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-11@freebsd.org
Subject:   svn commit: r347331 - in stable: 11/release/tools 12/release/tools
Message-ID:  <201905081516.x48FGjQH096701@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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/11/release/tools/gce.conf
Directory Properties:
  stable/11/   (props changed)

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

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



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