79183112

Date: 2024-11-13 00:54:32
Score: 1
Natty:
Report link

I discovered that there are 2 kernel parameters that control this behavior: /proc/sys/kernel/sched_rt_period_us and sched_rt_runtime_us. Their default values are 1000000 and 950000, which exactly correlates with a 50 ms interruption every second. This behavior can be controlled by modifying those values, including setting them to -1 to defeat this behavior entirely.

Reasons:
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: Jon