Skip to content

Commit

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

Signed-off-by: cqy123456 <qianya.cheng@zilliz.com>
  • Loading branch information
cqy123456 committed Jun 25, 2024
1 parent b1e74dc commit 3e51256
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 @@ -2322,7 +2322,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 @@ -2336,7 +2336,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 @@ -2345,7 +2345,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 3e51256

Please sign in to comment.