mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 12:32:56 +01: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:
committed by
Christian Helmuth
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>
|
||||
|
||||
Reference in New Issue
Block a user