From: Michal Bielicki - cypromis Date: Wed, 23 Mar 2011 14:15:42 +0000 (+0100) Subject: ulimit options we do not need set commented out in debian freeswitch.init script X-Git-Tag: v1.2-rc1~150 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4f8ae1c4e63a78ee22a6ad01f8de5db94a9abfd2;p=thirdparty%2Ffreeswitch.git ulimit options we do not need set commented out in debian freeswitch.init script --- diff --git a/debian/freeswitch.init b/debian/freeswitch.init index 283400aabc..c09e7128d1 100755 --- a/debian/freeswitch.init +++ b/debian/freeswitch.init @@ -55,12 +55,12 @@ do_setlimits() { ulimit -c unlimited ulimit -d unlimited ulimit -f unlimited - ulimit -i unlimited +# ulimit -i unlimited ulimit -n 999999 - ulimit -q unlimited - ulimit -u unlimited +# ulimit -q unlimited +# ulimit -u unlimited ulimit -v unlimited - ulimit -x unlimited +# ulimit -x unlimited ulimit -s 240 ulimit -l unlimited return 0