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
Marshallings reliance on moving data between InputStream / OutputStream leads to a lot of memory churn while supplying the intermediate buffers.
I haven't looked deeply into it yet but it seems that this is caused by having to go to some io.grpc abstractions. Do we have any idea how we could avoid that?
Marshallings reliance on moving data between InputStream / OutputStream leads to a lot of memory churn while supplying the intermediate buffers.
I haven't looked deeply into it yet but it seems that this is caused by having to go to some io.grpc abstractions. Do we have any idea how we could avoid that?
The text was updated successfully, but these errors were encountered: