msuraev has submitted this change. (
https://gerrit.osmocom.org/c/osmo-bts/+/30044 )
Change subject: Update realtime scheduling priority in service file
......................................................................
Update realtime scheduling priority in service file
Related: OS#5687
Change-Id: I64a8c1e9c5b4ca7b51956d195964124d3a8ef768
---
M contrib/systemd/osmo-bts-lc15.service
M contrib/systemd/osmo-bts-oc2g.service
M contrib/systemd/osmo-bts-sysmo.service
M contrib/systemd/osmo-bts-trx.service
M contrib/systemd/osmo-bts-virtual.service
5 files changed, 5 insertions(+), 5 deletions(-)
Approvals:
fixeria: Looks good to me, but someone else must approve
laforge: Looks good to me, approved
Jenkins Builder: Verified
diff --git a/contrib/systemd/osmo-bts-lc15.service
b/contrib/systemd/osmo-bts-lc15.service
index 1fe2758..7cb5919 100644
--- a/contrib/systemd/osmo-bts-lc15.service
+++ b/contrib/systemd/osmo-bts-lc15.service
@@ -14,7 +14,7 @@
# CPU scheduling policy:
CPUSchedulingPolicy=rr
# For real-time scheduling policies an integer between 1 (lowest priority) and 99
(highest priority):
-CPUSchedulingPriority=1
+CPUSchedulingPriority=11
# See sched(7) for further details on real-time policies and priorities
[Install]
diff --git a/contrib/systemd/osmo-bts-oc2g.service
b/contrib/systemd/osmo-bts-oc2g.service
index fbf2608..46984eb 100644
--- a/contrib/systemd/osmo-bts-oc2g.service
+++ b/contrib/systemd/osmo-bts-oc2g.service
@@ -14,7 +14,7 @@
# CPU scheduling policy:
CPUSchedulingPolicy=rr
# For real-time scheduling policies an integer between 1 (lowest priority) and 99
(highest priority):
-CPUSchedulingPriority=1
+CPUSchedulingPriority=11
# See sched(7) for further details on real-time policies and priorities
[Install]
diff --git a/contrib/systemd/osmo-bts-sysmo.service
b/contrib/systemd/osmo-bts-sysmo.service
index 2a6f711..70ac8c6 100644
--- a/contrib/systemd/osmo-bts-sysmo.service
+++ b/contrib/systemd/osmo-bts-sysmo.service
@@ -16,7 +16,7 @@
# CPU scheduling policy:
CPUSchedulingPolicy=rr
# For real-time scheduling policies an integer between 1 (lowest priority) and 99
(highest priority):
-CPUSchedulingPriority=1
+CPUSchedulingPriority=11
# See sched(7) for further details on real-time policies and priorities
[Install]
diff --git a/contrib/systemd/osmo-bts-trx.service b/contrib/systemd/osmo-bts-trx.service
index bbfa99c..89dec56 100644
--- a/contrib/systemd/osmo-bts-trx.service
+++ b/contrib/systemd/osmo-bts-trx.service
@@ -12,7 +12,7 @@
# CPU scheduling policy:
CPUSchedulingPolicy=rr
# For real-time scheduling policies an integer between 1 (lowest priority) and 99
(highest priority):
-CPUSchedulingPriority=1
+CPUSchedulingPriority=11
# See sched(7) for further details on real-time policies and priorities
[Install]
diff --git a/contrib/systemd/osmo-bts-virtual.service
b/contrib/systemd/osmo-bts-virtual.service
index 54d0eb1..2befc18 100644
--- a/contrib/systemd/osmo-bts-virtual.service
+++ b/contrib/systemd/osmo-bts-virtual.service
@@ -12,7 +12,7 @@
# CPU scheduling policy:
CPUSchedulingPolicy=rr
# For real-time scheduling policies an integer between 1 (lowest priority) and 99
(highest priority):
-CPUSchedulingPriority=1
+CPUSchedulingPriority=11
# See sched(7) for further details on real-time policies and priorities
[Install]
--
To view, visit
https://gerrit.osmocom.org/c/osmo-bts/+/30044
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-bts
Gerrit-Branch: master
Gerrit-Change-Id: I64a8c1e9c5b4ca7b51956d195964124d3a8ef768
Gerrit-Change-Number: 30044
Gerrit-PatchSet: 2
Gerrit-Owner: msuraev <msuraev(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-Reviewer: laforge <laforge(a)osmocom.org>
Gerrit-Reviewer: msuraev <msuraev(a)sysmocom.de>
Gerrit-Reviewer: pespin <pespin(a)sysmocom.de>
Gerrit-MessageType: merged