-
Notifications
You must be signed in to change notification settings - Fork 600
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Memory leak for mysql #721
Comments
@thenik It's not clear to me what that image is showing. Can you please describe what you think is being leaked, and provide a minimal repro? |
@asherber . Thanks for your question. This images shows 1 of many reteined objects for my app during 1h of usage. I used dotMemory for analysis and as you see this RuntimeMethodHandle object came from PocoData. |
If I had to guess, I'd say that this is something being kept in PocoData's cache rather than something being leaked. Are you running queries with thousands of different types? Without some sort of minimal repro, this will be hard to diagnose. |
@asherber Yes, you are right that I found something interesting with PocoData's cache. I call it memory leak =)
no =) I use for this case just 6 types, I marked them on the next image: to be honest I tried to create a demo c# app that will reproduce that, but still without success and there is no my "memory leak" if any ideas what I can implement for demo app to reproduce or where to look - welcome. |
Hi,
Memory leak detected for mysql data via PetaPoco during intensive usage :
Any ideas how to adjust it?
The text was updated successfully, but these errors were encountered: