mirror of
https://github.com/genodelabs/genode.git
synced 2025-04-08 20:05:54 +00:00
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:
parent
8617e5cee0
commit
f6aabfe233
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user