labs20
(Labs)
1
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?
MichelDiz
(Michel Diz)
2
This is a gRPC error that appears when some limit is exceeded.
More details in grpc/statuscodes.md at master · grpc/grpc · GitHub
mrjn
(Manish R Jain)
3
and this is at the receiving end, so can be fixed by increasing the limits at client side.