mirror of
https://github.com/genodelabs/genode.git
synced 2025-02-20 09:46:20 +00:00
ping.run: raise drivers cap quota
Otherwise, at least on sel4+x86_64+qemu, the nic driver ends up in a resource request. Ref #4931
This commit is contained in:
parent
ca1a94d74c
commit
f30c49c0c3
@ -113,7 +113,7 @@ append config {
|
||||
<provides><service name="Timer"/></provides>
|
||||
</start>
|
||||
|
||||
<start name="drivers" caps="1000" managing_system="yes">
|
||||
<start name="drivers" caps="1200" managing_system="yes">
|
||||
<resource name="RAM" quantum="32M"/>
|
||||
<binary name="init"/>
|
||||
<route>
|
||||
|
Loading…
x
Reference in New Issue
Block a user