From 05eb779ce914d6d79eb9a6a3f576b233ebfb8ac6 Mon Sep 17 00:00:00 2001 From: Neels Hofmeyr Date: Tue, 23 May 2017 17:07:12 +0200 Subject: OsmoGSMTester: add rtprio conf, tweak core dump conf Change-Id: I284c3bfb15e914f1f6ab00f15874fe5ea6190c5c --- doc/manuals/chapters/install.adoc | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/doc/manuals/chapters/install.adoc b/doc/manuals/chapters/install.adoc index 2a20ebd..8ace16f 100644 --- a/doc/manuals/chapters/install.adoc +++ b/doc/manuals/chapters/install.adoc @@ -325,9 +325,24 @@ written. This requires a limit rule. Copy the following config file from the osmo-gsm-tester source tree to the main unit: ---- -cp install/osmo-gsm-tester-limits.conf /etc/security/limits.d/ +sudo -s +echo "@osmo-gsm-tester - core unlimited" > /etc/security/limits.d/osmo-gsm-tester_allow-core.conf ---- +Re-login the user to make these changes take effect. + +==== Allow Realtime Priority + +Certain binaries should be run with real-time priority, like 'osmo-bts-trx'. +Add this permission on the main unit: + +---- +sudo -s +echo "@osmo-gsm-tester - rtprio 99" > /etc/security/limits.d/osmo-gsm-tester_allow-rtprio.conf +---- + +Re-login the user to make these changes take effect. + ==== User Permissions On the main unit, create a group for all users that should be allowed to use -- cgit v1.2.3