<div dir="ltr">From the error message, it looks like you’re using LuaSQL. The LuaSQL/MySQL driver has historically had a pretty bad memory leak when used with FreeSWITCH, so if you’re using that…stop :)<div><br></div><div>It’s preferred to use the native freeswitch.Dbh approach to connect to a database. I believe you’ll need to set up the ODBC/MySQL connector for that. Prior to freeswitch.Dbh, I also used the LuaSQL/ODBC driver, which didn’t leak memory like the MySQL one.</div><div><br></div><div>Hope that helps.<br><div><br></div><div><br></div></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Nov 14, 2017 at 1:57 PM, Jai Rangi <span dir="ltr"><<a href="mailto:jprangi@gmail.com" target="_blank">jprangi@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div><br></div><div>I have been using LUA heavily and everything has been fine till FS 1.6.13. Since I upgraded one system to 1.6.17 and 1.6.19, I see this error just after 2-3 hours of FS restart. <br></div><div><br></div><div>2017-11-14 21:53:23.113817 [ERR] mod_lua.cpp:203 ...ocal/freeswitch/share/<wbr>freeswitch/scripts/xml_<wbr>handler.lua:100: LuaSQL: error connecting: Out of memory.<br>stack traceback:<br>    [C]: in function 'assert'<br>    ...ocal/freeswitch/share/<wbr>freeswitch/scripts/xml_<wbr>handler.lua:100: in main chunk<br>2017-11-14 21:53:23.113817 [ERR] mod_lua.cpp:271 LUA script parse/execute error!<br><br></div><div>Same configuration, same modules, same scripts, same library. Everything works fine till 1.6.13. Wondering if anyone experiencing something similar. I can open a bug report, but just wanted to make sure this is not only me. <br></div><div><br></div><div>Thank you, <br></div><div>-Jai <br></div><div><br></div><div><br></div><div><br></div><div><br></div></div>
<br>______________________________<wbr>______________________________<wbr>_____________<br>
Professional FreeSWITCH Consulting Services:<br>
<a href="mailto:consulting@freeswitch.org">consulting@freeswitch.org</a><br>
<a href="http://www.freeswitchsolutions.com" rel="noreferrer" target="_blank">http://www.<wbr>freeswitchsolutions.com</a><br>
<br>
Official FreeSWITCH Sites<br>
<a href="http://www.freeswitch.org" rel="noreferrer" target="_blank">http://www.freeswitch.org</a><br>
<a href="http://confluence.freeswitch.org" rel="noreferrer" target="_blank">http://confluence.freeswitch.<wbr>org</a><br>
<a href="http://www.cluecon.com" rel="noreferrer" target="_blank">http://www.cluecon.com</a><br>
<br>
FreeSWITCH-users mailing list<br>
<a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.<wbr>freeswitch.org</a><br>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" rel="noreferrer" target="_blank">http://lists.freeswitch.org/<wbr>mailman/listinfo/freeswitch-<wbr>users</a><br>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" rel="noreferrer" target="_blank">http://lists.<wbr>freeswitch.org/mailman/<wbr>options/freeswitch-users</a><br>
<a href="http://www.freeswitch.org" rel="noreferrer" target="_blank">http://www.freeswitch.org</a><br></blockquote></div><br></div>