mirror of https://gitee.com/bigwinds/arangodb
correct rocksdb cluster start
This commit is contained in:
parent
e9c1659f74
commit
a823a437b1
|
@ -6,13 +6,13 @@ if [ "$POOLSZ" == "" ] ; then
|
|||
POOLSZ=$NRAGENTS
|
||||
fi
|
||||
|
||||
#if [ -z "USE_ROCKSDB" ] ; then
|
||||
if [ -z "$USE_ROCKSDB" ] ; then
|
||||
STORAGE_ENGINE=""
|
||||
DEFAULT_REPLICATION=""
|
||||
#else
|
||||
# STORAGE_ENGINE="--server.storage-engine=rocksdb"
|
||||
# DEFAULT_REPLICATION="--cluster.system-replication-factor=1"
|
||||
#fi
|
||||
else
|
||||
STORAGE_ENGINE="--server.storage-engine=rocksdb"
|
||||
DEFAULT_REPLICATION="--cluster.system-replication-factor=1"
|
||||
fi
|
||||
|
||||
printf "Starting agency ... \n"
|
||||
printf " # agents: %s," "$NRAGENTS"
|
||||
|
|
Loading…
Reference in New Issue