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

fix: set max_recv_msg_size_mib to value in correct units #1826

Merged
merged 1 commit into from
Nov 23, 2024

Conversation

blumamir
Copy link
Collaborator

The value in max_recv_msg_size_mib for otlp receiver in cluster collector config should be in alignment with the memory the deployment has to run.
It was set accidentally to 128 * 1024 * 1024 (e.g. value in bytes), instead of intended 128 which is a reasonable number to use.

before this change, the value being populated in the config would be 134217728 MiB which makes no sense

@blumamir blumamir merged commit dc56a0b into odigos-io:main Nov 23, 2024
28 checks passed
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.

2 participants