Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adjust default value of -querier.streaming-chunks-per-ingester-buffer-size #5203

Merged
merged 2 commits into from
Jun 8, 2023

Conversation

charleskorn
Copy link
Contributor

@charleskorn charleskorn commented Jun 8, 2023

What this PR does

Based on our testing at Grafana Labs, 128 seems to be a reasonable balance of memory consumption and CPU overhead of managing batches.

Which issue(s) this PR fixes or relates to

(none)

Checklist

  • [n/a] Tests updated
  • [n/a] Documentation added
  • CHANGELOG.md updated - the order of entries should be [CHANGE], [FEATURE], [ENHANCEMENT], [BUGFIX]

@charleskorn charleskorn marked this pull request as ready for review June 8, 2023 06:25
@charleskorn charleskorn requested review from a team as code owners June 8, 2023 06:25
@charleskorn charleskorn merged commit 49ab1b5 into main Jun 8, 2023
@charleskorn charleskorn deleted the charleskorn/querier-streaming-batch-size branch June 8, 2023 07:09
@@ -5,6 +5,7 @@
### Grafana Mimir

* [CHANGE] Store-gateway: skip verifying index header integrity upon loading. To enable verification set `blocks_storage.bucket_store.index_header.verify_on_load: true`.
* [CHANGE] Querier: change the default value of the experimental `-querier.streaming-chunks-per-ingester-buffer-size` flag to 128. #5203
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The code says 256 :)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🤦 Good catch, fixed in #5210

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants