mirror of https://github.com/milvus-io/milvus.git
fix: mvcc database space exceeded for embed etcd (#32048)
Fix #30314 Signed-off-by: Edward Zeng <jie.zeng@zilliz.com>pull/32229/head
parent
2944971507
commit
b7ff85638d
|
@ -153,5 +153,6 @@ log-outputs: [stderr]
|
|||
# Force to create a new one member cluster.
|
||||
force-new-cluster: false
|
||||
|
||||
auto-compaction-mode: periodic
|
||||
auto-compaction-retention: "1"
|
||||
auto-compaction-mode: revision
|
||||
auto-compaction-retention: '1000'
|
||||
quota-backend-bytes: 4294967296
|
||||
|
|
Loading…
Reference in New Issue