mirror of
https://github.com/genodelabs/genode.git
synced 2025-03-10 22:44:30 +00:00
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:
parent
72a575a5f9
commit
a452390f0b
@ -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"/>
|
||||
|
Loading…
x
Reference in New Issue
Block a user