Skip to content

Commit

Permalink
Halve the concurrency
Browse files Browse the repository at this point in the history
  • Loading branch information
mbolt35 committed Sep 29, 2020
1 parent d913c7a commit a8f5083
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cost-analyzer/values-thanos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ global:
# Still may require tweaking for some installs, but the thanos-query-frontend
# will greatly assist in reduction memory bloat in query.
kubecostModel:
maxQueryConcurrency: 10
maxQueryConcurrency: 5

prometheus:
server:
Expand Down Expand Up @@ -69,9 +69,9 @@ thanos:
enabled: true
timeout: 3m
# Maximum number of queries processed concurrently by query node.
maxConcurrent: 16
maxConcurrent: 8
# Maximum number of select requests made concurrently per a query.
maxConcurrentSelect: 4
maxConcurrentSelect: 2
resources:
requests:
memory: "2.5Gi"
Expand Down

0 comments on commit a8f5083

Please sign in to comment.