Memory Leak when performing Load Test
-------------------------------------
Key: AXIS2C-1332
URL: https://issues.apache.org/jira/browse/AXIS2C-1332
Project: Axis2-C
Issue Type: Bug
Components: transport/http
Affects Versions: 1.5.0
Environment: Centos 4.6
Reporter: kwangmien
I have a web service client that uses svn Revision 735487 of Axis2c
to send SOAP request and receive SOAP response from a web service Server.
the client sent the requests at the rate of 3 requests per second. when I used
pmap to check
the memory used by the client process, it showed that the memory increases
monotonically as long as the client
is sending the SOAP requests. After stopping the client, the memory did not
reduce to its original value when the test started.
This clearly showed a memory leak scenario.
Even at 1 SOAP request per second, there is memory leak. The rate of increase
of
memory usage is slower in this case.
The same problem happened when using Axis2c version 1.5 or 1.4
Can anyone help me on this ?
Thank you.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.