From 98dd2615b931a96e638721a9aedb31b35e99d570 Mon Sep 17 00:00:00 2001 From: Ken Rice Date: Thu, 20 Oct 2016 10:57:26 -0500 Subject: [PATCH] FS-9642 #resolve do not limit time for real time threads with systemd. this causes systemd to randomly restart FreeSWITCH without notice as to why. %backport=1.6 --- debian/freeswitch-systemd.freeswitch.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/freeswitch-systemd.freeswitch.service b/debian/freeswitch-systemd.freeswitch.service index b9fbdb9d76..d53dfd1cd5 100644 --- a/debian/freeswitch-systemd.freeswitch.service +++ b/debian/freeswitch-systemd.freeswitch.service @@ -21,7 +21,7 @@ LimitNOFILE=100000 LimitNPROC=60000 LimitSTACK=250000 LimitRTPRIO=infinity -LimitRTTIME=7000000 +LimitRTTIME=infinity IOSchedulingClass=realtime IOSchedulingPriority=2 CPUSchedulingPolicy=rr