From f4b3c6da36e14400a35f954cca5ff92f36b08bfa Mon Sep 17 00:00:00 2001 From: Norman Feske Date: Wed, 15 Aug 2012 16:04:52 +0200 Subject: [PATCH] Increase Qemu RAM for tool-chain test on 64bit The tool-chain test requires a lot of memory because the TAR archives for gcc, binutils etc. are loaded as GRUB modules. --- ports/run/noux_tool_chain.run | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ports/run/noux_tool_chain.run b/ports/run/noux_tool_chain.run index db8b7db89..eac167692 100644 --- a/ports/run/noux_tool_chain.run +++ b/ports/run/noux_tool_chain.run @@ -229,9 +229,9 @@ lappend_if [have_spec pl11x] boot_modules pl11x_drv build_boot_image $boot_modules if {[have_spec x86_64]} { - append qemu_args " -m 500 " + append qemu_args " -m 512 " } else { - append qemu_args " -m 320 " + append qemu_args " -m 320 " } run_genode_until forever