mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-04 19:31:56 +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:
+1
-1
@@ -21,7 +21,7 @@ Group=freeswitch
|
||||
LimitCORE=infinity
|
||||
LimitNOFILE=100000
|
||||
LimitNPROC=60000
|
||||
LimitSTACK=240
|
||||
;LimitSTACK=240
|
||||
LimitRTPRIO=infinity
|
||||
LimitRTTIME=7000000
|
||||
IOSchedulingClass=realtime
|
||||
|
||||
Reference in New Issue
Block a user