diff options
Diffstat (limited to 'main/freeswitch/freeswitch.initd')
-rwxr-xr-x | main/freeswitch/freeswitch.initd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/freeswitch/freeswitch.initd b/main/freeswitch/freeswitch.initd index afeeb886ac..cc9bac46f8 100755 --- a/main/freeswitch/freeswitch.initd +++ b/main/freeswitch/freeswitch.initd @@ -45,7 +45,7 @@ limits() { ulimit -f unlimited ulimit -n 999999 ulimit -v unlimited - ulimit -s 244 + ulimit -s 240 ulimit -l unlimited } |