mirror of
https://github.com/genodelabs/genode.git
synced 2025-04-08 20:05:54 +00:00
qt5: increase wm and decorator RAM quota
The RAM quota currently dedicated to the wm and decorator components in the 'qt5_common.inc' file is too low for a window of size 1920x1080. Fixes #1761
This commit is contained in:
parent
9730c7e333
commit
0005407832
@ -106,7 +106,7 @@ proc qt5_start_nodes { feature_arg } {
|
||||
</start>
|
||||
|
||||
<start name="wm">
|
||||
<resource name="RAM" quantum="8M"/>
|
||||
<resource name="RAM" quantum="12M"/>
|
||||
<provides>
|
||||
<service name="Nitpicker"/>
|
||||
</provides>
|
||||
@ -133,7 +133,7 @@ proc qt5_start_nodes { feature_arg } {
|
||||
|
||||
<start name="decorator">
|
||||
<binary name="decorator"/>
|
||||
<resource name="RAM" quantum="8M"/>
|
||||
<resource name="RAM" quantum="12M"/>
|
||||
<route>
|
||||
<any-service>
|
||||
<child name="wm"/> <child name="report_rom"/> <parent/> <any-child/>
|
||||
|
Loading…
x
Reference in New Issue
Block a user