forked from Mirrors/freeswitch
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
This commit is contained in:
parent
9407f890ab
commit
98dd2615b9
2
debian/freeswitch-systemd.freeswitch.service
vendored
2
debian/freeswitch-systemd.freeswitch.service
vendored
@ -21,7 +21,7 @@ LimitNOFILE=100000
|
|||||||
LimitNPROC=60000
|
LimitNPROC=60000
|
||||||
LimitSTACK=250000
|
LimitSTACK=250000
|
||||||
LimitRTPRIO=infinity
|
LimitRTPRIO=infinity
|
||||||
LimitRTTIME=7000000
|
LimitRTTIME=infinity
|
||||||
IOSchedulingClass=realtime
|
IOSchedulingClass=realtime
|
||||||
IOSchedulingPriority=2
|
IOSchedulingPriority=2
|
||||||
CPUSchedulingPolicy=rr
|
CPUSchedulingPolicy=rr
|
||||||
|
Loading…
Reference in New Issue
Block a user