pkg/test-tcp_bulk_lwip: adjust quota for foc/pbxa9

For pbxa9, Qemu is started with only 256 MiB for foc but with 768 MiB
for base-hw. By reducing the RAM quota for all start nodes within the
remote scenario, each component gets enough RAM quota to breathe.
This commit is contained in:
Norman Feske 2024-03-18 12:39:45 +01:00 committed by Christian Helmuth
parent 72a575a5f9
commit a452390f0b

View File

@ -127,7 +127,7 @@
<start name="recv_fs" caps="150">
<binary name="vfs"/>
<resource name="RAM" quantum="32M"/>
<resource name="RAM" quantum="16M"/>
<provides> <service name="File_system"/> </provides>
<config>
<vfs>
@ -139,7 +139,7 @@
<start name="send_fs" caps="150">
<binary name="vfs"/>
<resource name="RAM" quantum="32M"/>
<resource name="RAM" quantum="16M"/>
<provides> <service name="File_system"/> </provides>
<config>
<vfs>
@ -151,7 +151,7 @@
<start name="recv">
<binary name="test-tcp"/>
<resource name="RAM" quantum="32M"/>
<resource name="RAM" quantum="16M"/>
<exit propagate="yes"/>
<config>
<arg value="recv"/>
@ -169,7 +169,7 @@
<start name="send">
<binary name="test-tcp"/>
<resource name="RAM" quantum="32M"/>
<resource name="RAM" quantum="16M"/>
<config>
<arg value="send"/>
<arg value="192.168.1.1"/>