AsyncHttpClient / async-http-client

Asynchronous Http and WebSocket Client library for Java
Other
6.29k stars 1.59k forks source link

AsyncHttpClient possible memory leak #1997

Open jeferrodrigu-saino opened 2 months ago

jeferrodrigu-saino commented 2 months ago

We have a applicaiton that since start ~12h shows an increase of 10mb in the heap usage

image

ChannelManager.addSslHandler(ChannelPipeline, Uri, String, boolean):L#397 Shows as related class with the memory increase.

Version: 2.12.3

hyperxpro commented 3 weeks ago

Can you check this with the v3.0.0 release?

jeferrodrigu-saino commented 3 weeks ago

I will try. 🤔