aboutsummaryrefslogtreecommitdiffstats
path: root/main/freeswitch/freeswitch.initd
diff options
context:
space:
mode:
Diffstat (limited to 'main/freeswitch/freeswitch.initd')
-rwxr-xr-xmain/freeswitch/freeswitch.initd2
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
}