mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-19 05:37:54 +00:00
ports: assign caps in genode_org.run, lighttpd.run
This commit is contained in:
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>
|
||||
|
Loading…
Reference in New Issue
Block a user