mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 12:32:56 +01:00
Increased RAM size in example scenario due to caps increase lead to higher memory demand.
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user