I am trying to stress test my opensips config with SIPP but was seeing that after running it for a while I would start getting failed calls and eventually opensips would die. I recompiled opensips by following<br><br><a href="http://www.opensips.org/Resources/DocsTsMem">http://www.opensips.org/Resources/DocsTsMem</a><br>
<br>I also added the following to the config<br> mem_log=10<br> mem_dump=1 <br> debug=3<br><br><br>Now when I try and start OpenSIPS it dumps a TON of stuff to syslog. I do a ps -ef and there is one opensips process running for a while and then it dies. Before I started opensips my memory was at about <br>
1500000k<br>then when I started opensips it started going down to <br>1400000k<br><br>When the single opensips process finally dies the memory never comes back. I am not sure what I need to do next in order to find out where the issue is.<br>