mirror of https://github.com/milvus-io/milvus.git
Enable etcd auto compaction for every 1000 revision (#7278)
Signed-off-by: Edward Zeng <jie.zeng@zilliz.com>pull/7292/head
parent
b4c55f6b3c
commit
8aa13f96f1
|
@ -49,6 +49,10 @@ spec:
|
|||
value: debug
|
||||
- name: ETCD_QUOTA_BACKEND_BYTES
|
||||
value: "4294967296"
|
||||
- name: ETCD_AUTO_COMPACTION_MODE
|
||||
value: "revision"
|
||||
- name: ETCD_AUTO_COMPACTION_RETENTION
|
||||
value: "1000"
|
||||
command:
|
||||
- etcd
|
||||
- -advertise-client-urls=http://127.0.0.1:2379
|
||||
|
|
Loading…
Reference in New Issue