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
|
POOLSZ=$NRAGENTS
|
||||||
fi
|
fi
|
||||||
|
|
||||||
#if [ -z "USE_ROCKSDB" ] ; then
|
if [ -z "$USE_ROCKSDB" ] ; then
|
||||||
STORAGE_ENGINE=""
|
STORAGE_ENGINE=""
|
||||||
DEFAULT_REPLICATION=""
|
DEFAULT_REPLICATION=""
|
||||||
#else
|
else
|
||||||
# STORAGE_ENGINE="--server.storage-engine=rocksdb"
|
STORAGE_ENGINE="--server.storage-engine=rocksdb"
|
||||||
# DEFAULT_REPLICATION="--cluster.system-replication-factor=1"
|
DEFAULT_REPLICATION="--cluster.system-replication-factor=1"
|
||||||
#fi
|
fi
|
||||||
|
|
||||||
printf "Starting agency ... \n"
|
printf "Starting agency ... \n"
|
||||||
printf " # agents: %s," "$NRAGENTS"
|
printf " # agents: %s," "$NRAGENTS"
|
||||||
|
|
Loading…
Reference in New Issue