Skip to content

Commit

Permalink
Tune the victoriametrics storage
Browse files Browse the repository at this point in the history
Signed-off-by: Ashwani Singh <[email protected]>
  • Loading branch information
ashwani-opstree committed Sep 23, 2024
1 parent a6b472d commit 388100c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
2 changes: 1 addition & 1 deletion charts/victoriametrics/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ dependencies:
alias: vm
tags:
- monitoring
condition: vm.enabled
condition: vm.enabled
11 changes: 5 additions & 6 deletions charts/victoriametrics/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,7 @@ vm:
replicationFactor: 2
vmstorage:
extraArgs:
search.maxMemoryPerQuery: 500MB
search.maxPointsPerTimeseries: "10000000000000"
search.maxQueryLen: "10000000000000"
search.maxUniqueTimeseries: "10000000000000"
search.maxSeries: "10000000000000"
resources:
limits:
cpu: "1"
Expand All @@ -59,10 +55,13 @@ vm:
vmselect:
extraArgs:
memory.allowedPercent: "75"
search.cacheTimestampOffset: 5m
search.maxMemoryPerQuery: 500MB
search.cacheTimestampOffset: 60m
search.maxLabelsAPISeries: "10000000000000"
search.maxMemoryPerQuery: 2GB
search.maxPointsPerTimeseries: "10000000000000"
search.maxQueryDuration: 10m
search.maxQueryLen: "10000000000000"
search.maxSeries: "10000000000000"
search.maxUniqueTimeseries: "10000000000000"
storage:
volumeClaimTemplate:
Expand Down

0 comments on commit 388100c

Please sign in to comment.