mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-13 15:50:59 +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
|
||||
LimitNOFILE=100000
|
||||
LimitNPROC=60000
|
||||
LimitSTACK=240
|
||||
;LimitSTACK=240
|
||||
LimitRTPRIO=infinity
|
||||
LimitRTTIME=7000000
|
||||
IOSchedulingClass=realtime
|
||||
|
Loading…
x
Reference in New Issue
Block a user