mirror of
https://github.com/genodelabs/genode.git
synced 2025-03-10 22:44:30 +00:00
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:
parent
171f46c770
commit
ce6fa75f7e
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user