From da3c52668d2fe5d8a6d7a34a16ed3819442387c3 Mon Sep 17 00:00:00 2001 From: Martin Stein Date: Tue, 28 May 2019 15:01:30 +0200 Subject: [PATCH] depot_autopilot.run: fix insufficient Qemu RAM Fixes an error output in init at the beginning of the test and insufficient transfer of RAM to the runtime of RAM-intensive test packages. Ref #3387 --- repos/gems/run/depot_autopilot.run | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/repos/gems/run/depot_autopilot.run b/repos/gems/run/depot_autopilot.run index b878d603dc..f59b5a164d 100644 --- a/repos/gems/run/depot_autopilot.run +++ b/repos/gems/run/depot_autopilot.run @@ -457,7 +457,7 @@ proc prepare_to_run_genode { } { set serial_id -1 set timeout 40 - append qemu_args "-nographic -serial mon:stdio " + append qemu_args "-m 768 -nographic -serial mon:stdio " }