poggit / libasynql

Asynchronous MySQL access library for PocketMine plugins.
https://poggit.github.io/libasynql
Apache License 2.0
132 stars 44 forks source link

Bug #83

Closed DaDevGuy closed 2 years ago

DaDevGuy commented 2 years ago

I Think I Got A Bug

Fatal error: Allowed memory size of 1073741824 bytes exhausted (tried to allocate 20480 bytes) in phar:///home/container/plugins/LunarSkyblock.phar/src/Vecnavium/SkyBlocksPM/libs/poggit/libasynql/base/DataConnectorImpl.php on line 166
Endermanbugzjfc commented 2 years ago

I Think I Got A Bug

Fatal error: Allowed memory size of 1073741824 bytes exhausted (tried to allocate 20480 bytes) in phar:///home/container/plugins/LunarSkyblock.phar/src/Vecnavium/SkyBlocksPM/libs/poggit/libasynql/base/DataConnectorImpl.php on line 166

Your server ran out of memory. This should not be happening. Are you calling a function recursively in tour code?

DaDevGuy commented 2 years ago

hmmm

SOF3 commented 2 years ago

This seems to be a normal oom error that coincidentally hit when running libasynql. Not an issue of this library.