svn commit: r339684 - head/release/tools

Glen Barber gjb at FreeBSD.org
Wed Oct 24 15:51:56 UTC 2018


Author: gjb
Date: Wed Oct 24 15:51:55 2018
New Revision: 339684
URL: https://svnweb.freebsd.org/changeset/base/339684

Log:
  Reduce the GCE image size to 27G to be lower than the free
  quota limit.
  
  PR:		232313
  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	Wed Oct 24 14:14:49 2018	(r339683)
+++ head/release/tools/gce.conf	Wed Oct 24 15:51:55 2018	(r339684)
@@ -3,6 +3,9 @@
 # $FreeBSD$
 #
 
+# Reduce VMSIZE to be below the free quota limit.
+export VMSIZE=27G
+
 # 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