Author: gjb
Date: Thu Oct 25 15:11:18 2018
New Revision: 339724
URL: https://svnweb.freebsd.org/changeset/base/339724

Log:
  MFC r339684:
   Reduce the GCE image size to 27G to be lower than the free
   quota limit.
  
  PR:           232313
  Approved by:  re (kib)
  Sponsored by: The FreeBSD Foundation

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

Modified: stable/12/release/tools/gce.conf
==============================================================================
--- stable/12/release/tools/gce.conf    Thu Oct 25 15:02:06 2018        
(r339723)
+++ stable/12/release/tools/gce.conf    Thu Oct 25 15:11:18 2018        
(r339724)
@@ -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 \
_______________________________________________
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