-
Notifications
You must be signed in to change notification settings - Fork 137
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
Issue: tcp_input_lower #1850
Comments
You can try increasing the size of the socket receive buffer, by setting a "so_rcvbuf" value in the config.json file used by Ops when creating an image. The default buffer size is 208 KB; to change the size to, say, 512 KB, you would insert the following in your config.json file:
|
Hello, I tried this but it seems like it doesn't solve the issue. I am still getting
error messages when at the same point as before changing this. Is this solution outdated or is there another option that is needed? Thanks |
The above solution still applies, and there are no other tunables to increase the buffer size. |
Hello! I finally got geth running in nanos but it looks like tcp queuing is not working? I see this error spamming:
is there a config or a change I can try to or maybe something else I can do?
This happens on the nightly build and the normal build
The text was updated successfully, but these errors were encountered: