noux_tool_chain.inc: increase capability quotas

Fixes #2491
This commit is contained in:
Christian Prochaska 2017-08-17 17:38:37 +02:00 committed by Christian Helmuth
parent 9cac99172b
commit 93371be750
1 changed files with 2 additions and 2 deletions

View File

@ -140,7 +140,7 @@ append config {
<keyboard layout="de"/>
</config>
</start>
<start name="ram_fs">
<start name="ram_fs" caps="200">
<resource name="RAM" quantum="124M"/>
<provides><service name="File_system"/></provides>
<config>
@ -180,7 +180,7 @@ append config {
}
append config {
<start name="noux" caps="1000">
<start name="noux" caps="2000">
<resource name="RAM" quantum="1G" />
}