Increased RAM size in example scenario due to caps increase lead to higher memory demand.

This commit is contained in:
Michael Mueller
2025-02-10 13:04:21 +01:00
parent e2d7465c06
commit 2ed44d458c

View File

@@ -26,7 +26,7 @@ install_config {
</default-route> </default-route>
<default caps="2000"/> <default caps="2000"/>
<start name="timer"> <start name="timer">
<resource name="RAM" quantum="2M"/> <resource name="RAM" quantum="3M"/>
<provides><service name="Timer"/></provides> <provides><service name="Timer"/></provides>
<route> <route>
<any-service><parent/><any-child/></any-service> <any-service><parent/><any-child/></any-service>
@@ -56,11 +56,11 @@ install_config {
<affinity-space width="64" height="1"/> <affinity-space width="64" height="1"/>
<start name="cell1" priority="-1"> <start name="cell1" priority="-1">
<binary name="empty_cell"/> <binary name="empty_cell"/>
<resource name="RAM" quantum="2M"/> <resource name="RAM" quantum="3M"/>
</start> </start>
<start name="cell2" priority="-2"> <start name="cell2" priority="-2">
<binary name="empty_cell"/> <binary name="empty_cell"/>
<resource name="RAM" quantum="2M"/> <resource name="RAM" quantum="3M"/>
</start> </start>
</config> </config>
</start> </start>