mirror of https://gitee.com/bigwinds/arangodb
remove useless and harmful adjustment (lowering) of file descriptors limit
This commit is contained in:
parent
a684bd6152
commit
7718f76d17
|
@ -10,8 +10,6 @@ else
|
|||
PS='/'
|
||||
fi;
|
||||
|
||||
ulimit -n 8192
|
||||
|
||||
export PORT=`expr 1024 + $RANDOM`
|
||||
|
||||
if [ -z "${ARANGOSH}" ]; then
|
||||
|
|
Loading…
Reference in New Issue