mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-24 19:52:35 +00:00
Drop limit on stack size via systemd
Setting the 240k hard limit here is too aggressive and causes FS to crash on startup.
This commit is contained in:
parent
0bec209a9b
commit
2a05f8c39c
2
debian/freeswitch-systemd.freeswitch.service
vendored
2
debian/freeswitch-systemd.freeswitch.service
vendored
@ -21,7 +21,7 @@ Group=freeswitch
|
|||||||
LimitCORE=infinity
|
LimitCORE=infinity
|
||||||
LimitNOFILE=100000
|
LimitNOFILE=100000
|
||||||
LimitNPROC=60000
|
LimitNPROC=60000
|
||||||
LimitSTACK=240
|
;LimitSTACK=240
|
||||||
LimitRTPRIO=infinity
|
LimitRTPRIO=infinity
|
||||||
LimitRTTIME=7000000
|
LimitRTTIME=7000000
|
||||||
IOSchedulingClass=realtime
|
IOSchedulingClass=realtime
|
||||||
|
Loading…
x
Reference in New Issue
Block a user