You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We're running luasql 2.3.0 under lua 5.1.4, which is called by asterisk (open source PBX) as a dial plan interpreter.
This has worked perfectly for us for years. We've recently built a new machine to move load to, with the same MariaDB libraries, luasql version and lua version. However we're seeing nightly between 2am-6am the following error:
LuaSQL: error connecting: Out of memory.
A little digging shows that this is thrown in LuaSQL when the MySQL library itself responds with NULL to the connect event.
Can you please recommend methods of troubleshooting this? I'm unsure how to monitor the memory allocation being used by LuaSQL, or of how to get any further verbosity from this.
I've backpatched fea0c00 into the 2.3.0 and rebuilt the library - due to suspecting the close was not working - however this has not assisted at all.
Thanks!
The text was updated successfully, but these errors were encountered:
Hi all,
We're running luasql 2.3.0 under lua 5.1.4, which is called by asterisk (open source PBX) as a dial plan interpreter.
This has worked perfectly for us for years. We've recently built a new machine to move load to, with the same MariaDB libraries, luasql version and lua version. However we're seeing nightly between 2am-6am the following error:
LuaSQL: error connecting: Out of memory.
A little digging shows that this is thrown in LuaSQL when the MySQL library itself responds with NULL to the connect event.
Can you please recommend methods of troubleshooting this? I'm unsure how to monitor the memory allocation being used by LuaSQL, or of how to get any further verbosity from this.
I've backpatched fea0c00 into the 2.3.0 and rebuilt the library - due to suspecting the close was not working - however this has not assisted at all.
Thanks!
The text was updated successfully, but these errors were encountered: