Error: failed to endorse chaincode install: rpc error: code = ResourceExhausted desc = trying to send message larger than max (122921707 vs. 104857600)
Strangely this happens even after I shutdown my complete vm and created the network from scratch.
Is there anything I am missing ? Any resource issue in the vm ?
Error: failed to endorse chaincode install: rpc error: code = ResourceExhausted desc = trying to send message larger than max (122921707 vs. 104857600)
Strangely this happens even after I shutdown my complete vm and created the network from scratch.
Is there anything I am missing ? Any resource issue in the vm ?
Exactly what chaincode build steps are you doing? Are you following one of the samples or docs? What component is the suspected bug in?
From:
fabric@... <fabric@...> on behalf of satheesh via lists.hyperledger.org <ctsatheesh=yahoo.com@...> Date: Friday, June 24, 2022 at 12:46 PM To: Fabric <fabric@...> Subject: [EXTERNAL] Re: [Hyperledger Fabric] rpc error when installing chaincode
Got resolution from this thread: Hyperledger Fabric Go chaincode size too big - Stack Overflow @Fabric team, Is this not a bug ? If the packaged tar is not removed,
repeated builds are increasing the size of tar, eventually failing with this
Error: failed to endorse chaincode install: rpc error: code = ResourceExhausted desc = trying to send message larger than max (122921707 vs. 104857600)
Strangely this happens even after I shutdown my complete vm and created the network from scratch.
Is there anything I am missing ? Any resource issue in the vm ?
On Friday, June 24, 2022, 10:56:45 PM GMT+5:30, David Enyeart <enyeart@...> wrote:
Exactly what chaincode build steps are you doing? Are you following one of the samples or docs? What component is the suspected bug in?
From:
fabric@... <fabric@...> on behalf of satheesh via lists.hyperledger.org <ctsatheesh=yahoo.com@...> Date: Friday, June 24, 2022 at 12:46 PM To: Fabric <fabric@...> Subject: [EXTERNAL] Re: [Hyperledger Fabric] rpc error when installing chaincode
Got resolution from this thread: Hyperledger Fabric Go chaincode size too big - Stack Overflow @Fabric team, Is this not a bug ? If the packaged tar is not removed,
repeated builds are increasing the size of tar, eventually failing with this
Error: failed to endorse chaincode install: rpc error: code = ResourceExhausted desc = trying to send message larger than max (122921707 vs. 104857600)
Strangely this happens even after I shutdown my complete vm and created the network from scratch.
Is there anything I am missing ? Any resource issue in the vm ?