Skip to content

Commit

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

Signed-off-by: cqy123456 <qianya.cheng@zilliz.com>
  • Loading branch information
cqy123456 committed Jun 25, 2024
1 parent 9630974 commit 381d437
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 381d437

Please sign in to comment.