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

Increase sensubility smart-gateway ring buffer #490

Merged
merged 1 commit into from
Sep 28, 2023

Conversation

leifmadsen
Copy link
Member

Increase the ring buffer size of the sensubility Smart Gateway as
messages often exceed the default of 16384 bytes, resulting in no API
healt check data from controllers arriving.

Closes: rhbz#2241033

Increase the ring buffer size of the sensubility Smart Gateway as
messages often exceed the default of 16384 bytes, resulting in no API
healt check data from controllers arriving.

Closes: rhbz#2241033
Copy link
Collaborator

@csibbitt csibbitt left a comment

Choose a reason for hiding this comment

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

Seems a bit weird to go from (2^14) to (2^16 - 1), but okay. :)

@leifmadsen
Copy link
Member Author

Seems a bit weird to go from (2^14) to (2^16 - 1), but okay. :)

Yea the jump is quite big, but the error message I was getting was that the message was 40000, larger than 16384, so I picked the next exponential that I could remember off the top of my head :)

@leifmadsen leifmadsen merged commit 624776e into master Sep 28, 2023
10 checks passed
@leifmadsen leifmadsen deleted the rhbz2241033/sensubility-sg-ring-buff-increase branch September 28, 2023 19:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants