mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 20:42:56 +01:00
ports: assign caps in genode_org.run, lighttpd.run
This commit is contained in:
committed by
Christian Helmuth
parent
31cffe52a6
commit
1f679cdffe
@@ -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" />
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user