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.
This commit is contained in:
Christian Prochaska 2012-05-21 14:08:49 +02:00 committed by Norman Feske
parent 171f46c770
commit ce6fa75f7e
1 changed files with 1 additions and 1 deletions

View File

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