From 4f8ae1c4e63a78ee22a6ad01f8de5db94a9abfd2 Mon Sep 17 00:00:00 2001 From: Michal Bielicki - cypromis Date: Wed, 23 Mar 2011 15:15:42 +0100 Subject: [PATCH] ulimit options we do not need set commented out in debian freeswitch.init script --- debian/freeswitch.init | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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