From 262259cd09e36a836ce498b59d435334f5237bf7 Mon Sep 17 00:00:00 2001 From: Christian Helmuth Date: Tue, 29 Nov 2016 14:09:35 +0100 Subject: [PATCH] Increase qemu RAM in moon test On sel4, the available RAM (beside the boot modules) is significantly reduced by the initial pools in core. --- repos/libports/run/moon.run | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/repos/libports/run/moon.run b/repos/libports/run/moon.run index a4dde1cc6d..8aff978f16 100644 --- a/repos/libports/run/moon.run +++ b/repos/libports/run/moon.run @@ -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