zalopay-oss / jmeter-grpc-plugin

A JMeter plugin supports load test gRPC
Apache License 2.0
42 stars 23 forks source link

Where to set gRPC parameters in JMeter #24

Open leonsery opened 2 years ago

leonsery commented 2 years ago

Hi, I have an issue with gRPC response: Response message:Exception: io.grpc.StatusRuntimeException: RESOURCE_EXHAUSTED: gRPC message exceeds maximum size 4194304: 56924753

As I understand I should increase maxInboundMessageSize parameter, but I have no idea where to place it in JMeter.

Thanks in advance. Leon