qt: increase caps in run scripts

Issue #5340
This commit is contained in:
Christian Prochaska 2024-09-27 15:54:55 +02:00 committed by Christian Helmuth
parent 458458b65f
commit e528ebc374
5 changed files with 5 additions and 5 deletions

View File

@ -286,7 +286,7 @@ proc qt5_start_nodes { } {
</route>
</start>
<start name="layouter">
<start name="layouter" caps="150">
<binary name="window_layouter"/>
<resource name="RAM" quantum="4M"/>} [qt5_layouter_config] {
<route>

View File

@ -14,7 +14,7 @@ install_config {
<any-service> <parent/> <any-child/> </any-service>
</default-route>
} [qt5_start_nodes] {
<start name="test-qt_quick" caps="250">
<start name="test-qt_quick" caps="300">
<resource name="RAM" quantum="80M"/>
<config>
<vfs>

View File

@ -15,7 +15,7 @@ install_config {
<any-service> <parent/> <any-child/> </any-service>
</default-route>
} [qt5_start_nodes] {
<start name="samegame" caps="350">
<start name="samegame" caps="400">
<resource name="RAM" quantum="128M"/>
<config>
<vfs>

View File

@ -17,7 +17,7 @@ install_config {
<any-service> <parent/> <child name="wm"/> <any-child/> </any-service>
</default-route>
} [qt5_start_nodes] {
<start name="basic" caps="450">
<start name="basic" caps="500">
<resource name="RAM" quantum="100M"/>
<config>
<vfs>

View File

@ -286,7 +286,7 @@ proc qt6_start_nodes { } {
</route>
</start>
<start name="layouter">
<start name="layouter" caps="150">
<binary name="window_layouter"/>
<resource name="RAM" quantum="4M"/>} [qt6_layouter_config] {
<route>