Skip to content
This repository was archived by the owner on Nov 18, 2025. It is now read-only.

feat: support customize options for grpc-node.#1115

Merged
gcf-merge-on-green[bot] merged 1 commit into
mainfrom
grpcOption
Sep 27, 2021
Merged

feat: support customize options for grpc-node.#1115
gcf-merge-on-green[bot] merged 1 commit into
mainfrom
grpcOption

Conversation

@summer-ji-eng

Copy link
Copy Markdown
Contributor

Allow end user customize grpc-node. for grpcOption to create grpc stub.

Some grpc-js users have experienced RESOURCE_EXHAUSTED errors as a result of underlying http2 sessions not being allowed to use enough memory. As of version 1.3.0, grpc-js provides a channel option called "grpc-node.max_session_memory" to adjust how much memory those sessions can use. The value is in megabytes and the default is 10. I suggest modifying that value to see if that helps. 

@summer-ji-eng summer-ji-eng requested a review from a team September 27, 2021 17:39
@google-cla google-cla Bot added the cla: yes This human has signed the Contributor License Agreement. label Sep 27, 2021
@summer-ji-eng summer-ji-eng added the automerge Merge the pull request once unit tests and other checks pass. label Sep 27, 2021
@gcf-merge-on-green gcf-merge-on-green Bot merged commit 82fb0cb into main Sep 27, 2021
@gcf-merge-on-green gcf-merge-on-green Bot deleted the grpcOption branch September 27, 2021 17:52
@gcf-merge-on-green gcf-merge-on-green Bot removed the automerge Merge the pull request once unit tests and other checks pass. label Sep 27, 2021
gcf-merge-on-green Bot pushed a commit that referenced this pull request Sep 27, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

cla: yes This human has signed the Contributor License Agreement.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants