mirror of
https://github.com/genodelabs/genode.git
synced 2025-02-20 17:52:52 +00:00
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:
parent
5ba19dd49b
commit
da3c52668d
@ -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 "
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user