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
This commit is contained in:
Martin Stein 2019-05-28 15:01:30 +02:00 committed by Christian Helmuth
parent 5ba19dd49b
commit da3c52668d
1 changed files with 1 additions and 1 deletions

View File

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