Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

enlarge max message size from 4MB to a big enough number like INT_MAX #183

Closed
pangwong opened this issue May 2, 2020 · 1 comment
Closed
Assignees
Labels
CLI Issues for ghz CLI

Comments

@pangwong
Copy link

pangwong commented May 2, 2020

Is your feature request related to a problem? Please describe.
When the request protobuf object or the return protobuf object is larger than the grpc default max message size (4MB), it will raise ResourceExhausted error.
Screen Shot 2020-05-02 at 1 44 00 PM

Describe the solution you'd like
In cpp, the max message size can be set in client ChannelArguments:
Screen Shot 2020-05-02 at 1 42 16 PM

@pangwong pangwong changed the title enlarge max message size from 4MB to unlimited enlarge max message size from 4MB to a big enough number like INT_MAX May 2, 2020
@bojand bojand self-assigned this May 2, 2020
@bojand bojand added the CLI Issues for ghz CLI label May 2, 2020
@bojand
Copy link
Owner

bojand commented May 13, 2020

Hello I believe this should be addressed in 0.53.0.

@bojand bojand closed this as completed May 13, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CLI Issues for ghz CLI
Projects
None yet
Development

No branches or pull requests

2 participants