Increase RR scheduler priority to 20, to avoid dropped bursts

This has been fixed in osmo-bts too.

If frames are not deliverd fast enough to the DSP, bursts will get
dropped. The osmo-bts-sysmo process must have priority over other
processes, so it can deliver frames fast enough.

Related: OS#6199
Change-Id: Ifa2c36bc0975e89d21b6fb2fc49db6077e5207da
This commit is contained in:
Andreas Eversberg 2023-10-09 13:08:50 +02:00
parent 8caa915c46
commit 952f5c7b95
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ RestartSec=2
# CPU scheduling policy:
CPUSchedulingPolicy=rr
# For real-time scheduling policies an integer between 1 (lowest priority) and 99 (highest priority):
CPUSchedulingPriority=11
CPUSchedulingPriority=20
# See sched(7) for further details on real-time policies and priorities
[Install]