Skip to content
This repository was archived by the owner on Aug 16, 2023. It is now read-only.

Commit 7f95eca

Browse files
author
Bennu
authored
change config for dataCoordinator (#268)
Signed-off-by: Bennu <yunmei.li@zilliz.com>
1 parent c43364c commit 7f95eca

2 files changed

Lines changed: 6 additions & 5 deletions

File tree

charts/milvus/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: milvus
33
appVersion: "2.0.0-rc.8"
44
kubeVersion: "^1.10.0-0"
55
description: Milvus is an open-source vector database built to power AI applications and vector similarity search.
6-
version: 2.4.10
6+
version: 2.4.11
77
keywords:
88
- milvus
99
- elastic

charts/milvus/values.yaml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -320,15 +320,16 @@ dataCoordinator:
320320
extraEnv: []
321321

322322
enableCompaction: true
323-
enableGarbageCollection: false
323+
enableGarbageCollection: true
324324

325325
segment:
326326
maxSize: 512 # Maximum size of a segment in MB
327327

328328
gc:
329-
interval: 3600 # gc interval in seconds
330-
missingTolerance: 86400 # file meta missing tolerance duration in seconds, 1 day
331-
dropTolerance: 86400 # file belongs to dropped entity tolerance duration in seconds, 1 day
329+
interval: 60 # gc interval in seconds
330+
missingTolerance: 60 # file meta missing tolerance duration in seconds, 1 day
331+
dropTolerance: 60 # file belongs to dropped entity tolerance duration in seconds, 1 day
332+
332333

333334
service:
334335
port: 13333

0 commit comments

Comments
 (0)