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
1 changed files with 2 additions and 2 deletions

View File

@ -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