svn commit: r353440 - head/release

Glen Barber gjb at FreeBSD.org
Fri Oct 11 16:01:31 UTC 2019


Author: gjb
Date: Fri Oct 11 16:01:30 2019
New Revision: 353440
URL: https://svnweb.freebsd.org/changeset/base/353440

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

Modified:
  head/release/Makefile.vm

Modified: head/release/Makefile.vm
==============================================================================
--- head/release/Makefile.vm	Fri Oct 11 14:59:28 2019	(r353439)
+++ head/release/Makefile.vm	Fri Oct 11 16:01:30 2019	(r353440)
@@ -7,7 +7,7 @@
 
 VMTARGETS=	vm-image
 VMFORMATS?=	vhd vmdk qcow2 raw
-VMSIZE?=	3072M
+VMSIZE?=	4096M
 SWAPSIZE?=	1G
 VMBASE?=	vm
 


More information about the svn-src-head mailing list