Re: [grpc-io] gRPC python server memory consumption

2020-04-21 Thread 'Lidi Zheng' via grpc.io
Can you create a reproducible example and post it to https://github.com/grpc/grpc/issues? On Mon, Apr 20, 2020 at 6:47 PM JS wrote: > Hi, > > I am currently using gRPC python server and seeing an issue. > > This is with gRPC > *Server*: Python > *Client*: go-lang > > There are Unary RPCs defined

[grpc-io] gRPC python server memory consumption

2020-04-20 Thread JS
Hi, I am currently using gRPC python server and seeing an issue. This is with gRPC *Server*: Python *Client*: go-lang There are Unary RPCs defined in the python gRPC server which basically execute an ansible task (ansible spawns a subprocess forking off as a child from the main top level pr