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
|
@ -21,7 +21,7 @@ Group=freeswitch
|
|||
LimitCORE=infinity
|
||||
LimitNOFILE=100000
|
||||
LimitNPROC=60000
|
||||
LimitSTACK=240
|
||||
;LimitSTACK=240
|
||||
LimitRTPRIO=infinity
|
||||
LimitRTTIME=7000000
|
||||
IOSchedulingClass=realtime
|
||||
|
|
Loading…
Reference in New Issue