[ 
https://issues.apache.org/jira/browse/AXIS2C-858?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12555563#action_12555563
 ] 

Manjula Peiris commented on AXIS2C-858:
---------------------------------------

Hi Subra,

We have done some fixes regarding the issue. And with those fixes and with 
following configurations in my httpd.conf I was able to run the mtom sample in 
a loop concurrently from 6 shells without any issue.

LoadModule axis2_module /usr/local/apache2/modules/mod_axis2.so
Axis2RepoPath /home/manjula/axis2/c/deploy
Axis2LogFile /tmp/axis2.log
Axis2MaxLogFileSize 10
Axis2LogLevel crit
<Location /axis2>
        SetHandler axis2_module
</Location>


Remember I am using Apache2.6 and Axis2 from current svn [1]. (Revision 608428)

Please also note that I set the client log level also to log level critical (as 
in the server), because it is the typical production environment scenario. Can 
you please try with the latest svn and comment on the issue ?.

[1] https://svn.apache.org/repos/asf/webservices/axis2/trunk/c





> Apache runs out of memory and crashes with a simple mtom service test run in 
> a loop
> -----------------------------------------------------------------------------------
>
>                 Key: AXIS2C-858
>                 URL: https://issues.apache.org/jira/browse/AXIS2C-858
>             Project: Axis2-C
>          Issue Type: Bug
>          Components: core/engine
>    Affects Versions: 1.1.0
>         Environment: Linux 2.6 kernel
>            Reporter: Subra A Narayanan
>            Assignee: Manjula Peiris
>
> I have a simple mtom service written in Axis2/C which receives requests from 
> clients with attachments. I wrote a client to consume this service and ran a 
> test in a loop with 4 mb attachments. I noticed that the apache server ran 
> out of memory and became very unresponsive after about 45 mins and then core 
> dumped. The server response seemed to improve after some of the 
> threads/processes died due to lack of memory and new threads were created to 
> process the request.
>   

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to