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

Issue: tcp_input_lower #1850

Open
zeroecco opened this issue May 9, 2023 · 1 comment
Open

Issue: tcp_input_lower #1850

zeroecco opened this issue May 9, 2023 · 1 comment

Comments

@zeroecco
Copy link

zeroecco commented May 9, 2023

Hello! I finally got geth running in nanos but it looks like tcp queuing is not working? I see this error spamming:

tcp_input_lower error: incoming queue full

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

@zeroecco zeroecco changed the title Question: MemFS Issue: tcp_input_lower May 9, 2023
@francescolavra
Copy link
Member

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:

  "ManifestPassthrough": {
    "so_rcvbuf": "524288"
  }

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

No branches or pull requests

2 participants