From 7470b4a32ac64d69b2f519da52698ab378c31691 Mon Sep 17 00:00:00 2001 From: Simon Schubert Date: Sun, 16 Aug 2009 19:33:28 +0200 Subject: [PATCH] test/amd64: increase root size A world with all binaries compiled with -g will not fit into 512MB, so let's go with 2GB for now. --- test/amd64/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/amd64/Makefile b/test/amd64/Makefile index 972dca161c..3bcd053eb4 100644 --- a/test/amd64/Makefile +++ b/test/amd64/Makefile @@ -7,7 +7,7 @@ # require it to be specified SRCDIR ?= ${.CURDIR}/../.. QEMU ?= qemu-0.10.1 -ROOTSIZE ?= 512M +ROOTSIZE ?= 2048M .if defined(WITHSDL) QEMU_SDL_OPT ?= --extra-cflags=-I/usr/pkg/include \ -- 2.41.0