mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-18 13:26:27 +00:00
sculpt.run: increase nitpicker quota for resize
Increase the RAM quota of the top-level nitpicker instance to support the flicker-free resizing of large buffers, e.g., when changing screen resolutions. Otherwise, nitpicker warns as follows: [init -> nitpicker] Warning: Gui (runtime -> wm -> wm -> decorator) not enough RAM to preserve buffer content during resize Issue #5356
This commit is contained in:
parent
679d68d470
commit
13e8013334
@ -459,7 +459,7 @@ install_config {
|
||||
</start>
|
||||
|
||||
<start name="nitpicker" caps="1000" priority="-1">
|
||||
<resource name="RAM" quantum="12M"/>
|
||||
<resource name="RAM" quantum="18M"/>
|
||||
<resource name="CPU" quantum="10"/>
|
||||
<affinity xpos="1" width="1"/> <!-- decouple nitpicker from boot CPU -->
|
||||
<provides>
|
||||
|
Loading…
Reference in New Issue
Block a user