Increase qemu RAM in moon test

On sel4, the available RAM (beside the boot modules) is significantly
reduced by the initial pools in core.
This commit is contained in:
Christian Helmuth 2016-11-29 14:09:35 +01:00
parent b8485b6ca1
commit 262259cd09
1 changed files with 1 additions and 1 deletions

View File

@ -40,6 +40,6 @@ build_boot_image {
ld.lib.so libc.lib.so libm.lib.so
}
append qemu_args " -nographic -m 64 "
append qemu_args " -nographic -m 65 "
run_genode_until {.*test-moon.*Finished\..*} 30