Syed Rafi
Syed Rafi

Reputation: 915

Memory Leak : org.springframework.ws.client.core.WebServiceTemplate

enter image description hereDuring the load testing of invoking the SAOP Endpoint We were using Spring related: WebServiceTemplate

JAXBElement<GetXYZCostMatrixResponse> resp = (JAXBElement<GetXYZCostMatrixResponse>) webServiceTemplate.marshalSendAndReceive(request);

On commenting this line I was not getting Out of Memory issue

Around 16 MB per each request getting retained

Can any body tell is it because or Jaxb2Marshaller (default implementation) ?

Upvotes: 0

Views: 804

Answers (0)

Related Questions