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
After almost solving the issue #24, I encountered memory leak. After troubleshooting a bit, it seems the table leaks memory and am not sure if it is originating from the rust or the C side. Without making any modifications this can be reproduced by just downloading the repo and running any of the example. The leak can be triggered by performing multiline selects over and over again. The memory usage starts increasing by KBs initially and eventually starts increasing in MBs. Below is a snapshot of the "simple" example's memory usage
The text was updated successfully, but these errors were encountered:
After almost solving the issue #24, I encountered memory leak. After troubleshooting a bit, it seems the table leaks memory and am not sure if it is originating from the rust or the C side. Without making any modifications this can be reproduced by just downloading the repo and running any of the example. The leak can be triggered by performing multiline selects over and over again. The memory usage starts increasing by KBs initially and eventually starts increasing in MBs. Below is a snapshot of the "simple" example's memory usage
The text was updated successfully, but these errors were encountered: