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

Commit

Permalink
Fix invalid yaml comment (#388)
Browse files Browse the repository at this point in the history
Signed-off-by: Edward Zeng <jie.zeng@zilliz.com>

Signed-off-by: Edward Zeng <jie.zeng@zilliz.com>
  • Loading branch information
LoveEachDay authored Nov 9, 2022
1 parent 3bb9d94 commit 37e1c93
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/milvus/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: milvus
appVersion: "2.1.4"
kubeVersion: "^1.10.0-0"
description: Milvus is an open-source vector database built to power AI applications and vector similarity search.
version: 3.2.16
version: 3.2.17
keywords:
- milvus
- elastic
Expand Down
2 changes: 1 addition & 1 deletion charts/milvus/templates/config.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@ common:
authorizationEnabled: {{ .Values.authorization.enabled }}
simdType: {{ .Values.common.simdType }} # default to auto
indexSliceSize: 16 # MB
threadCoreCoefficient: {{ .Values.common.threadCoreCoefficient }} // default to 10
threadCoreCoefficient: {{ .Values.common.threadCoreCoefficient }} # default to 10

storageType: minio
mem_purge_ratio: 0.2 # in Linux os, if memory-fragmentation-size >= used-memory * ${mem_purge_ratio}, then do `malloc_trim`
Expand Down

0 comments on commit 37e1c93

Please sign in to comment.