aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Eversberg <jolly@eversberg.eu>2023-09-29 13:31:50 +0200
committerOliver Smith <osmith@sysmocom.de>2023-10-09 10:07:37 +0200
commit2f735fab3412447ac7086bad20dc8f44affa7f78 (patch)
tree36e32a3bf34d376ba9ab474e223a527f2276bb0f
parent5ff3e5a627433394773e596064815d9059532675 (diff)
Increase RR scheduler priority to 20, to avoid dropped bursts
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: I2394e6bbc00a1d47987dbe7b70f4b5cbedf69b10 (cherry picked from commit d265ce68b24b1c3ed95f328f9fe8bec6e5396c5a)
-rw-r--r--contrib/systemd/osmo-bts-sysmo.service2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/systemd/osmo-bts-sysmo.service b/contrib/systemd/osmo-bts-sysmo.service
index 09e91de3..3d996554 100644
--- a/contrib/systemd/osmo-bts-sysmo.service
+++ b/contrib/systemd/osmo-bts-sysmo.service
@@ -17,7 +17,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]