techie_901

Results 3 comments of techie_901
trafficstars

I collected heap dump after reproducing the issue and jetty client is one of the highest contributor in memory usage. Please find screenshots below. ![image (1)](https://user-images.githubusercontent.com/87752557/150793877-6919fd3d-5465-4c34-8159-fa49b49c98de.png) ![image (2)](https://user-images.githubusercontent.com/87752557/150793886-9339a6b2-7e6e-4207-b773-1e7e61bb9b24.png) ![image](https://user-images.githubusercontent.com/87752557/150793892-688f9f14-ed5a-49d7-b1f7-73802a2fa0d2.png) I...

**(I am not using jetty server only jetty reactive client is used)** ClientHttpConnector httpConnector = new JettyClientHttpConnector(httpClient); WebClient destWebClient= WebClient.builder().clientConnector(httpConnector).baseUrl(extUrl).build(); I had configured maxConcurrentPushedStreams and maxConnectionsPerDestination set to 1000 and...

This is the httpclient dump collected from the application. I have attached it. [http-dump.txt](https://github.com/eclipse/jetty.project/files/7949941/http-dump.txt)