From ce6fa75f7e935b7c4127e7db8cd7b9646c6f1a44 Mon Sep 17 00:00:00 2001 From: Christian Prochaska Date: Mon, 21 May 2012 14:08:49 +0200 Subject: [PATCH] Increase Qemu memory for Noux bash test This patch increases the amount of RAM Qemu gets for the Noux bash test on x86_64. Fixes #210. --- ports/run/noux_bash.run | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ports/run/noux_bash.run b/ports/run/noux_bash.run index 96dda1e06..f34209d28 100644 --- a/ports/run/noux_bash.run +++ b/ports/run/noux_bash.run @@ -184,7 +184,7 @@ build_boot_image $boot_modules if {[have_spec x86_64]} { # bash.tar is really huge when built for x86_64 - append qemu_args " -m 300 " + append qemu_args " -m 320 " } run_genode_until forever