From d516544a1ff01aae988f1e9ed8570cd5caf9396e Mon Sep 17 00:00:00 2001 From: Alexander Boettcher Date: Tue, 11 May 2021 13:58:05 +0200 Subject: [PATCH] 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 --- repos/gems/run/ssh_exec_channel.run | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/repos/gems/run/ssh_exec_channel.run b/repos/gems/run/ssh_exec_channel.run index 349ee8aedf..569bb7172f 100644 --- a/repos/gems/run/ssh_exec_channel.run +++ b/repos/gems/run/ssh_exec_channel.run @@ -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"