You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello I wanted to inquire about if /when version 3.2 will be available?
I'm currently running into memory issues with 3.1 blocking stub.
One instance of io.grpc.internal.ManagedChannelImpl loaded by org.springframework.boot.loader.launch.LaunchedClassLoader occupies 91.00% bytes. The memory is accumulated in one instance of java.util.HashMap$Node[], loaded by , which occupies 91.00% bytes.
Thread io.grpc.netty.shaded.io.netty.util.concurrent.FastThreadLocalThread grpc-default-worker-ELG-1-1 has a local variable or reference to io.grpc.netty.shaded.io.netty.channel.epoll.EpollEventLoop which is on the shortest path to java.util.HashMap$Node
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello I wanted to inquire about if /when version 3.2 will be available?
I'm currently running into memory issues with 3.1 blocking stub.
One instance of io.grpc.internal.ManagedChannelImpl loaded by org.springframework.boot.loader.launch.LaunchedClassLoader occupies 91.00% bytes. The memory is accumulated in one instance of java.util.HashMap$Node[], loaded by , which occupies 91.00% bytes.
Thread io.grpc.netty.shaded.io.netty.util.concurrent.FastThreadLocalThread grpc-default-worker-ELG-1-1 has a local variable or reference to io.grpc.netty.shaded.io.netty.channel.epoll.EpollEventLoop which is on the shortest path to java.util.HashMap$Node
enableKeepAlive: true
negotiationType: TLS
keepAliveTime: 30s
keepAliveTimeout: 10s
keepAliveWithoutCalls: true
max-retry-attempts: 2
maxBackoff: 10s
Beta Was this translation helpful? Give feedback.
All reactions