Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save rahulEth/7d08572cc01e69211ab105297447ec6e to your computer and use it in GitHub Desktop.
Save rahulEth/7d08572cc01e69211ab105297447ec6e to your computer and use it in GitHub Desktop.
Hyperledger Fabric

Error: 8 RESOURCE_EXHAUSTED: grpc: received message larger than max (119203497 vs. 104857600)

cause :

fabric-client node sdk gprc can hanndle upto 100mb data per request.

resolution :

in bulk transaction , transaction data should not exceed the 100mb limit.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment