What version of gRPC are you using?
1.57 (I believe the bug is still present on master)
What version of Go are you using (go version)?
1.21.0
What operating system (Linux, Windows, …) and version?
Linux
What did you do?
I am using the weighted_round_robin balancer via service config.
I have servers set with MaxConnectionAge to 5 minutes as to force DNS re-resolultion per #1663 (comment).
What did you expect to see?
CPU and memory usage stays constant.
What did you see instead?
The CPU usage and memory used by the application keeps growing.
