diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2013-05-23 14:34:57 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2013-05-23 14:34:57 +0000 |
commit | 361e18e8327b89aa11943dd236d5df7e8e4e7781 (patch) | |
tree | 5dd56c115b902a87b5895a4b55f59a77f5c2cf9d /main/freeswitch/freeswitch.initd | |
parent | 5765e27d571f3be9c4613caf6ee37c75bc122870 (diff) | |
download | aports-361e18e8327b89aa11943dd236d5df7e8e4e7781.tar.bz2 aports-361e18e8327b89aa11943dd236d5df7e8e4e7781.tar.xz |
main/freeswitch: set stacksize to 240
ref #1929
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 } |