Error: 8 RESOURCE_EXHAUSTED

Hi there.

Started to get the error as soon as I updated to 1.0.10. Its a fresh new database with re-generated data with the same source I was using before.

Error: 8 RESOURCE_EXHAUSTED: Received message larger than max (6539721 vs. 4194304)

Any help?

This is a gRPC error that appears when some limit is exceeded.

More details in grpc/statuscodes.md at master · grpc/grpc · GitHub

and this is at the receiving end, so can be fixed by increasing the limits at client side.