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:
Roman Iten 2018-09-14 18:00:33 +02:00 committed by Christian Helmuth
parent f4c55aa4db
commit 9343618a9c
1 changed files with 1 additions and 1 deletions

View File

@ -231,7 +231,7 @@ install_config {
</start>
<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"/>
<route>
<service name="LOG"> <child name="log"/> </service>