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

Question Buffer Size #6972

Open
SAgiKPJH opened this issue Oct 25, 2023 · 1 comment
Open

Question Buffer Size #6972

SAgiKPJH opened this issue Oct 25, 2023 · 1 comment

Comments

@SAgiKPJH
Copy link

When our service is running, we're experiencing high memory usage, and we suspect it may be related to the buffer sizes.
What are the recommended values for send-buffer-size , receive-buffer-size , and maximum-frame-size in Akka?
What are the minimum and maximum values that can be set for these parameters?
How can I determine the appropriate values for these parameters?
Also, does increasing these values significantly impact memory consumption?

@Aaronontheweb
Copy link
Member

These are the Akka.Remote settings for DotNetty that you're referring to? How many nodes are running in your cluster at any given time? That would determine whether or not these settings are having a large impact or not.

What are the recommended values for send-buffer-size , receive-buffer-size , and maximum-frame-size in Akka?

The defaults are what we recommend.

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

No branches or pull requests

2 participants