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

Commit 3bb9d94

Browse files
authored
Add parameter threadCoreCoefficient (#386) (#387)
Signed-off-by: zhagnlu <lu.zhang@zilliz.com> Signed-off-by: zhagnlu <lu.zhang@zilliz.com> Co-authored-by: zhagnlu <lu.zhang@zilliz.com>
1 parent b75e705 commit 3bb9d94

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

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.1.4"
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: 3.2.15
6+
version: 3.2.16
77
keywords:
88
- milvus
99
- elastic

charts/milvus/templates/config.tpl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -367,6 +367,7 @@ common:
367367
authorizationEnabled: {{ .Values.authorization.enabled }}
368368
simdType: {{ .Values.common.simdType }} # default to auto
369369
indexSliceSize: 16 # MB
370+
threadCoreCoefficient: {{ .Values.common.threadCoreCoefficient }} // default to 10
370371

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

charts/milvus/values.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -545,6 +545,8 @@ common:
545545
# Default value: auto
546546
# Valid values: [auto, avx512, avx2, avx, sse4_2]
547547
simdType: auto
548+
# Specify how many times the number of threads in pool is the number of cores
549+
threadCoreCoefficient: "10"
548550

549551
attu:
550552
enabled: false

0 commit comments

Comments
 (0)