mirror of https://gitee.com/bigwinds/arangodb
raise ulimit
This commit is contained in:
parent
ab5b1bb436
commit
2b4a0c2c78
|
@ -10,6 +10,8 @@ else
|
|||
PS='/'
|
||||
fi;
|
||||
|
||||
ulimit -n 2048
|
||||
|
||||
export PORT=`expr 1024 + $RANDOM`
|
||||
export ETCD_NONO_WAL_SYNC=1
|
||||
|
||||
|
|
Loading…
Reference in New Issue