Skip to content

Commit

Permalink
enhance: update new mmap config parmeters version (milvus-io#34143)
Browse files Browse the repository at this point in the history
issue: milvus-io#32984
related pr: milvus-io#34145

Signed-off-by: cqy123456 <qianya.cheng@zilliz.com>
  • Loading branch information
cqy123456 authored and yellow-shine committed Jul 2, 2024
1 parent eb83d37 commit 779b494
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkg/util/paramtable/component_param.go
Original file line number Diff line number Diff line change
Expand Up @@ -2390,7 +2390,7 @@ func (p *queryNodeConfig) init(base *BaseTable) {

p.GrowingMmapEnabled = ParamItem{
Key: "queryNode.mmap.growingMmapEnabled",
Version: "2.4.4",
Version: "2.4.6",
DefaultValue: "false",
FallbackKeys: []string{"queryNode.growingMmapEnabled"},
Doc: "Enable mmap for using in growing raw data",
Expand All @@ -2404,7 +2404,7 @@ func (p *queryNodeConfig) init(base *BaseTable) {

p.FixedFileSizeForMmapManager = ParamItem{
Key: "queryNode.mmap.fixedFileSizeForMmapAlloc",
Version: "2.4.0",
Version: "2.4.6",
DefaultValue: "64",
Doc: "tmp file size for mmap chunk manager",
Export: true,
Expand All @@ -2413,7 +2413,7 @@ func (p *queryNodeConfig) init(base *BaseTable) {

p.MaxMmapDiskPercentageForMmapManager = ParamItem{
Key: "querynode.mmap.maxDiskUsagePercentageForMmapAlloc",
Version: "2.4.0",
Version: "2.4.6",
DefaultValue: "20",
Doc: "disk percentage used in mmap chunk manager",
Export: true,
Expand Down

0 comments on commit 779b494

Please sign in to comment.