From 171824c570f71b01502e9f4cb600f2dc90506e44 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mattias=20Walstr=C3=B6m?= Date: Thu, 16 Nov 2023 15:57:55 +0100 Subject: [PATCH] Add more memory to qemu devices Since we now have FRR, there is not much memory left. --- test/virt/dual/topology.dot.in | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/test/virt/dual/topology.dot.in b/test/virt/dual/topology.dot.in index 66518144..004a7540 100644 --- a/test/virt/dual/topology.dot.in +++ b/test/virt/dual/topology.dot.in @@ -20,13 +20,15 @@ graph "dual" { label="{ eth0 | eth1 | eth2 } | dut1 | { eth3 | eth4 | eth5 }", pos="10,18!", kind="infix", - qn_console=9001 - ]; + qn_console=9001, + qn_mem="384M" +]; dut2 [ label="{ eth0 | eth1 | eth2 } | dut2 | { eth3 | eth4 | eth5 }", pos="10,12!", kind="infix", - qn_console=9002 + qn_console=9002, + qn_mem="384M" ]; host:d1a -- dut1:eth0 [kind=mgmt]