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:
Travis Cross 2015-01-05 07:11:40 +00:00
parent 0bec209a9b
commit 2a05f8c39c
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ Group=freeswitch
LimitCORE=infinity
LimitNOFILE=100000
LimitNPROC=60000
LimitSTACK=240
;LimitSTACK=240
LimitRTPRIO=infinity
LimitRTTIME=7000000
IOSchedulingClass=realtime