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:
Christian Prochaska 2015-10-29 18:57:43 +01:00 committed by Christian Helmuth
parent 9730c7e333
commit 0005407832
1 changed files with 2 additions and 2 deletions

View File

@ -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/>