mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-03-13 12:40:17 +00:00
ulimit options we do not need set commented out in debian freeswitch.init script
This commit is contained in:
parent
d723b3d895
commit
4f8ae1c4e6
8
debian/freeswitch.init
vendored
8
debian/freeswitch.init
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user