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

grpc: received message larger than max #285

Open
zaur opened this issue Apr 5, 2022 · 0 comments
Open

grpc: received message larger than max #285

zaur opened this issue Apr 5, 2022 · 0 comments

Comments

@zaur
Copy link

zaur commented Apr 5, 2022

Recently we started getting enormous amounts of connection errors, and hence prolonged timeouts on blockchain transactions.

We have added some extra logging after this line of code:

if l.systemService != nil {

and this is what we've got:
level=warning msg="Unable to connect to chain, pausing system" function=Listener.Start.goroutine package=chain_events
level=warning msg="client: rpc error: code = ResourceExhausted desc = grpc: received message larger than max (4296233 vs. 4194304)" function=Listener.Start.goroutine package=chain_events

Please increase the max size of incoming grpc messages to 16Mb (that is Flow's limit), or make it a configurable parameter.

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

1 participant