mirror of
https://github.com/genodelabs/genode.git
synced 2025-02-20 01:36:22 +00:00
sculpt: move nitpicker to leitzentrale affinity
During audio and video playback at a high rate by a VMM, nitpicker on the boot CPU may interfere with the mixer clients, letting them not finish the schedule RPC at the mixer in time. Moving nitpicker to the same CPU as leitzentral mitigates the effect at moment. Issue genodelabs/genode#5174
This commit is contained in:
parent
48a5c12526
commit
f9e9835449
@ -461,6 +461,7 @@ install_config {
|
||||
<start name="nitpicker" caps="1000" priority="-1">
|
||||
<resource name="RAM" quantum="12M"/>
|
||||
<resource name="CPU" quantum="10"/>
|
||||
<affinity xpos="1" width="1"/> <!-- decouple nitpicker from boot CPU -->
|
||||
<provides>
|
||||
<service name="Gui"/> <service name="Capture"/> <service name="Event"/>
|
||||
</provides>
|
||||
|
Loading…
x
Reference in New Issue
Block a user