From e89ef0620af61e6c544e3d1a6ca72e26944c5576 Mon Sep 17 00:00:00 2001 From: Glen Barber Date: Mon, 26 Feb 2018 19:26:59 +0000 Subject: [PATCH] Bump the size of virtual machine disk images from 20G to 30G, providing more space for a local buildworld to succeed without attaching separate disks for /usr/src and /usr/obj. Reported by: mckusick MFC after: 3 days Sponsored by: The FreeBSD Foundation --- release/Makefile.vm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/release/Makefile.vm b/release/Makefile.vm index 9ccd0573212d..93d662d9c4cb 100644 --- a/release/Makefile.vm +++ b/release/Makefile.vm @@ -7,7 +7,7 @@ VMTARGETS= vm-image VMFORMATS?= vhd vmdk qcow2 raw -VMSIZE?= 20G +VMSIZE?= 30G SWAPSIZE?= 1G VMBASE?= vm