mirror of
https://github.com/kernelkit/infix.git
synced 2026-08-06 23:43:20 +02:00
Add more memory to qemu devices
Since we now have FRR, there is not much memory left.
This commit is contained in:
committed by
Joachim Wiberg
parent
ef740a8abc
commit
171824c570
@@ -20,13 +20,15 @@ graph "dual" {
|
||||
label="{ <eth0> eth0 | <eth1> eth1 | <eth2> eth2 } | dut1 | { <eth3> eth3 | <eth4> eth4 | <eth5> eth5 }",
|
||||
pos="10,18!",
|
||||
kind="infix",
|
||||
qn_console=9001
|
||||
];
|
||||
qn_console=9001,
|
||||
qn_mem="384M"
|
||||
];
|
||||
dut2 [
|
||||
label="{ <eth0> eth0 | <eth1> eth1 | <eth2> eth2 } | dut2 | { <eth3> eth3 | <eth4> eth4 | <eth5> eth5 }",
|
||||
pos="10,12!",
|
||||
kind="infix",
|
||||
qn_console=9002
|
||||
qn_console=9002,
|
||||
qn_mem="384M"
|
||||
];
|
||||
|
||||
host:d1a -- dut1:eth0 [kind=mgmt]
|
||||
|
||||
Reference in New Issue
Block a user