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:
Alexander Boettcher 2024-04-24 11:06:41 +02:00 committed by Christian Helmuth
parent 48a5c12526
commit f9e9835449

View File

@ -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>