[update config parameter]
This commit is contained in:
parent
2adc04b657
commit
3219bf14e2
|
@ -41,15 +41,11 @@
|
||||||
# number of management nodes in the system
|
# number of management nodes in the system
|
||||||
# numOfMnodes 3
|
# numOfMnodes 3
|
||||||
|
|
||||||
|
|
||||||
# if backup vnode directory when remove dnode
|
# if backup vnode directory when remove dnode
|
||||||
# vnodeBak 1
|
# vnodeBak 1
|
||||||
|
|
||||||
# Whether to start load balancing
|
# Whether to start load balancing
|
||||||
# balance
|
# balance 1
|
||||||
|
|
||||||
# The management node checks the time interval of load balancing under normal operation
|
|
||||||
# balanceInterval
|
|
||||||
|
|
||||||
# optional roles for dnode. 0 - any, 1 - mnode, 2 - dnode
|
# optional roles for dnode. 0 - any, 1 - mnode, 2 - dnode
|
||||||
# role 0
|
# role 0
|
||||||
|
@ -102,9 +98,6 @@
|
||||||
# max number of tables per vnode
|
# max number of tables per vnode
|
||||||
# maxTablesPerVnode 1000000
|
# maxTablesPerVnode 1000000
|
||||||
|
|
||||||
# Minimum number of tables in each vnode
|
|
||||||
# minTablesPerVnode 100
|
|
||||||
|
|
||||||
# Step size of increasing table number in vnode
|
# Step size of increasing table number in vnode
|
||||||
# tableIncStepPerVnode 1000
|
# tableIncStepPerVnode 1000
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue