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
{{ message }}
This repository was archived by the owner on Dec 14, 2019. It is now read-only.
I am currently looking into the cause of a memory leak in one application that I had make compatible for wp8.
I have tested sqlite-net-wp8 from nuget in one of the applications and adding for example 10.000 insert statements in a transaction on button press increases the memory usage without releasing it anytime soon.
My example consisted in a button to run the transaction every time it is pressed and 2 labels that were updated with the current memory usage and peek memory usage.
sadly I don't have any code now because I lost the solution to a computer failure, but if needed, the code can be easily reproduced.
my question remains if you or anybody else experienced any memory related issues while using sqlite-net and/or sqlite-net-wp8?