Sculpt: prevent nitpicker's resize warnings

This patch increases the RAM quota of the top-level nitpicker instance
to 12 MiB so that resize operations can be buffered for resolutions up
to 2560x1080. It mutes diagnostic messages of the form "Warning: Gui
(...) not enough RAM to preserve buffer content during resize" and
improves the window-resize experience.
This commit is contained in:
Norman Feske 2021-04-26 17:27:33 +02:00
parent 8617e5cee0
commit f6aabfe233

View File

@ -276,7 +276,7 @@ install_config {
</start>
<start name="nitpicker" caps="1000" priority="0">
<resource name="RAM" quantum="6M"/>
<resource name="RAM" quantum="12M"/>
<provides>
<service name="Gui"/> <service name="Capture"/> <service name="Event"/>
</provides>