1
0
Fork 0

remove useless and harmful adjustment (lowering) of file descriptors limit

This commit is contained in:
jsteemann 2017-03-28 09:37:35 +02:00
parent a684bd6152
commit 7718f76d17
1 changed files with 0 additions and 2 deletions

View File

@ -10,8 +10,6 @@ else
PS='/'
fi;
ulimit -n 8192
export PORT=`expr 1024 + $RANDOM`
if [ -z "${ARANGOSH}" ]; then