mirror of
https://gitee.com/milvus-io/milvus.git
synced 2025-12-06 17:18:35 +08:00
fix: mvcc database space exceeded for embed etcd (#32048)
Fix #30314 Signed-off-by: Edward Zeng <jie.zeng@zilliz.com>
This commit is contained in:
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…
x
Reference in New Issue
Block a user