Juggling software interrupts and realtime tasks
Juggling software interrupts and realtime tasks
Posted Dec 5, 2022 4:21 UTC (Mon) by error27 (guest, #8346)In reply to: Juggling software interrupts and realtime tasks by jhoblitt
Parent article: Juggling software interrupts and realtime tasks
For my workload it was the IO scheduler which lead to skips. Switching to BFQ solved the problem.
It might not fix your problem but it's at least easy to try:
sudo echo bfq > /sys/block/sda/queue/scheduler
