ports: assign caps in genode_org.run, lighttpd.run

This commit is contained in:
Norman Feske 2017-07-25 13:50:05 +02:00 committed by Christian Helmuth
parent 31cffe52a6
commit 1f679cdffe
2 changed files with 3 additions and 1 deletions

View File

@ -56,6 +56,7 @@ append config {
<default-route>
<any-service> <parent/> <any-child/> </any-service>
</default-route>
<default caps="100"/>
<start name="timer">
<resource name="RAM" quantum="1M"/>
<provides><service name="Timer"/></provides>
@ -89,7 +90,7 @@ append_if $use_nic_driver config {
append_platform_drv_config
append config {
<start name="lighttpd">
<start name="lighttpd" caps="1000">
<resource name="RAM" quantum="1G" />
<config>
<arg value="lighttpd" />

View File

@ -33,6 +33,7 @@ append config {
<default-route>
<any-service> <parent/> <any-child/> </any-service>
</default-route>
<default caps="100"/>
<start name="timer">
<resource name="RAM" quantum="1M"/>
<provides><service name="Timer"/></provides>