-
Notifications
You must be signed in to change notification settings - Fork 92
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: support customize options for grpc-node. (#1115)
Allow end user customize `grpc-node.` for `grpcOption` to create [grpc stub](https://github.com/googleapis/gax-nodejs/blob/main/src/grpc.ts#L430). ``` 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. ```
- Loading branch information
1 parent
7db4889
commit 82fb0cb
Showing
2 changed files
with
9 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters