Author: gjb
Date: Thu Jan  9 21:50:15 2020
New Revision: 356573
URL: https://svnweb.freebsd.org/changeset/base/356573

Log:
  MFC r353440:
   Increase the default VMSIZE for raw, qcow2, vhd, and vmdk virtual
   machine images due to 'filesystem full' failures.
  
  Sponsored by: Rubicon Communications, LLC (netgate.com)

Modified:
  stable/11/release/Makefile.vm
Directory Properties:
  stable/11/   (props changed)

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

Modified: stable/11/release/Makefile.vm
==============================================================================
--- stable/11/release/Makefile.vm       Thu Jan  9 21:40:59 2020        
(r356572)
+++ stable/11/release/Makefile.vm       Thu Jan  9 21:50:15 2020        
(r356573)
@@ -7,7 +7,7 @@
 
 VMTARGETS=     vm-image
 VMFORMATS?=    vhd vmdk qcow2 raw
-VMSIZE?=       3072M
+VMSIZE?=       4096M
 SWAPSIZE?=     1G
 VMBASE?=       vm
 
_______________________________________________
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