A while back I had posted on here thinking that i might have a memory leak
<br />http://opensips-open-sip-server.1449251.n2.nabble.com/Memory-leak-td5942660.html#a5949293
<br />
<br />I&#39;ve had to fix my SIPP scripts but also I had to change some stuff in my opensips.cfg file.  In my script I commented out all of the times I set an AVP variable.
<br />
<br />So my question is
<br />
<br />Every time you load an AVP it gets put into memory correct?  So in order for the memory not to get overloaded you need to do &quot;avp_delete&quot; correct?  What about the AVPs that are declared in modparam&#39;s and that are set in the script?  How do you make sure those are not overloading memory?  What else could cause my opensips processes to gradually eat up the memory before opensips just starts erroring out because of no memory?