<div dir="ltr">Based on my tests, the memory leak is only exposed when you are using domain attributes, which are stored in the domain_attrs table.  I wanted to see if anymore else is running into this issue.<div><br></div><div><b>Reproducible use case:</b></div><div><br></div><div>1) Insert the following into the database</div><div><br></div><div>insert into domain values (null,"<a href="http://aprilco.com">aprilco.com</a>","<a href="http://aprilco.com">aprilco.com</a>",now());<br></div><div>insert into domain_attrs values (null,"<a href="http://aprilco.com">aprilco.com</a>","pbx_type",0,"0",now());<br></div><div>insert into domain_attrs values (null,"<a href="http://aprilco.com">aprilco.com</a>","pbx_id",0,"65",now());<br></div><div><br></div><div>2) Open a new terminal window and execute:</div><div><br></div><div>watch "kamcmd core.shmmem"<br></div><div><br></div><div>3) Open up another terminal windows and execute:</div><div><br></div><div>while true; do kamcmd domain.reload; done<br></div><div><br></div><div><b>Expected Results:</b></div><div><br></div><div>You will see the shared memory being allocated, but never freed.  The more entries you have in the domain_attrs table, the faster it will run out of memory.</div><div><br></div><div>Thanks,</div><div><br></div><div><div class="gmail-ApplePlainTextBody" style="color:rgb(0,0,0);font-family:Helvetica;font-size:12px"><b>Mack Hendricks / Head of Support / dOpenSource</b></div><div class="gmail-ApplePlainTextBody" style="color:rgb(0,0,0);font-family:Helvetica;font-size:12px">web: <a href="http://dopensource.com/">http://dopensource.com</a></div><div class="gmail-ApplePlainTextBody" style="color:rgb(0,0,0);font-family:Helvetica;font-size:12px">support: +888-907-2085</div><div class="gmail-ApplePlainTextBody" style="color:rgb(0,0,0);font-family:Helvetica;font-size:12px"><a href="http://dsiprouter.org/">dSIPRouter</a> - GUI focused on implementing Kamailio to provide SIP Trunking and PBX Hosting Services</div></div><div><br></div><div><br></div></div>