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.
This commit is contained in:
Norman Feske 2012-08-15 16:04:52 +02:00
parent fab7b514e3
commit f4b3c6da36

View File

@ -229,9 +229,9 @@ lappend_if [have_spec pl11x] boot_modules pl11x_drv
build_boot_image $boot_modules build_boot_image $boot_modules
if {[have_spec x86_64]} { if {[have_spec x86_64]} {
append qemu_args " -m 500 " append qemu_args " -m 512 "
} else { } else {
append qemu_args " -m 320 " append qemu_args " -m 320 "
} }
run_genode_until forever run_genode_until forever