mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-18 21:27:56 +00:00
sculpt: adjust decorator capability quota in Leitzentrale
Following the rework of the graphics stack, the decorator inside Leitzentrale needs more capabilities. This manifests in a log message: ``` [leitzentrale] child "decorator" requests resources: cap_quota=18 ``` and the Leitzentrale contents execpt for the log window disappearing from the display. The Leitzentrale layer can still be toggled using F12. Increasing the decorator's capability quota appears to solve the issue. Issue #5356
This commit is contained in:
parent
73991e62ec
commit
5c75f1efa7
@ -160,7 +160,7 @@
|
||||
</route>
|
||||
</start>
|
||||
|
||||
<start name="decorator" caps="480" priority="-1">
|
||||
<start name="decorator" caps="580" priority="-1">
|
||||
<binary name="themed_decorator"/>
|
||||
<resource name="RAM" quantum="20M"/>
|
||||
<resource name="CPU" quantum="20"/>
|
||||
|
Loading…
Reference in New Issue
Block a user