mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-24 15:56:41 +00:00
sculpt: increase memory quota of drivers subsystem
On some machines, both the AHCI and NVMe drivers are started within the [drivers -> dynamic] subsystem. This ultimately exhausted the RAM quota of this subsystem. Issue #2987
This commit is contained in:
parent
f4c55aa4db
commit
9343618a9c
@ -231,7 +231,7 @@ install_config {
|
|||||||
</start>
|
</start>
|
||||||
|
|
||||||
<start name="drivers" caps="3000" priority="-1">
|
<start name="drivers" caps="3000" priority="-1">
|
||||||
<resource name="RAM" quantum="66M" constrain_phys="yes"/>
|
<resource name="RAM" quantum="96M" constrain_phys="yes"/>
|
||||||
<binary name="init"/>
|
<binary name="init"/>
|
||||||
<route>
|
<route>
|
||||||
<service name="LOG"> <child name="log"/> </service>
|
<service name="LOG"> <child name="log"/> </service>
|
||||||
|
Loading…
Reference in New Issue
Block a user