-
Notifications
You must be signed in to change notification settings - Fork 11.1k
grpc 1.9.0 memory leak when enabling max idle filter #14447
Copy link
Copy link
Closed
Description
What version of gRPC and what language are you using?
1.9.0-C++
What operating system (Linux, Windows, …) and version?
Windows, Linux
What did you do?
Set GRPC_ARG_MAX_CONNECTION_IDLE_MS to 2 minutes
What did you expect to see?
Option to work as expected without causing a memory leak.
What did you see instead?
Huge memory leak observed. Log attached.
Anything else we should know about your project / environment?
On server, one thread to process completion queue and another thread to handle the events. From client, bombard the server with few different rpcs. When the option is not enabled, no memory leak is observed. When the option is enabled, I lose about 4 mb per second.
memory_leak.txt
Reactions are currently unavailable