svn commit: r356573 - in stable: 11/release 12/release
Glen Barber
gjb at FreeBSD.org
Thu Jan 9 21:50:16 UTC 2020
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/12/release/Makefile.vm
Directory Properties:
stable/12/ (props changed)
Changes in other areas also in this revision:
Modified:
stable/11/release/Makefile.vm
Directory Properties:
stable/11/ (props changed)
Modified: stable/12/release/Makefile.vm
==============================================================================
--- stable/12/release/Makefile.vm Thu Jan 9 21:40:59 2020 (r356572)
+++ stable/12/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
More information about the svn-src-stable
mailing list