mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-19 21:57:55 +00:00
ssh_exec_channel.run: use default Qemu memory size
The default size is on most kernels 512M. On OKL4 we have to use 800M, because of the statically configured memory ranges in the OKL4 kernel. By avoiding a specific amount of memory, the default Qemu memory sizes are used. Issue #4095
This commit is contained in:
parent
f8b2fd522b
commit
d516544a1f
@ -270,7 +270,7 @@ build_boot_image $boot_modules
|
||||
# Execute test
|
||||
#
|
||||
|
||||
append qemu_args " -m 512 -nographic "
|
||||
append qemu_args " -nographic "
|
||||
append_qemu_nic_args "hostfwd=tcp::5555-:22"
|
||||
|
||||
set nic_router_match_string ".uplink. dynamic IP config. interface (\[0-9\]+\.\[0-9\]+\.\[0-9\]+\.\[0-9\]+).*\n"
|
||||
|
Loading…
Reference in New Issue
Block a user