Huge Memory Leak Issue with 3.20.7.0 MySqlDirect.NET
Posted: Mon 16 Jan 2006 17:38
I am using “CoreLab.MySql.dll” for .net framework v1.0 (licensed version) in my application. While using, I encountered with some serious memory related issues.
Here is the issue,
I am creating objects of CoreLab to connect MySQL DB in many places via Multithreading, what I wonder is even after disposing CoreLab objects, Its still alive on Gen 2 heap. Because of this reason my application is garbing a huge amount of physical memory (ie, object is not reallocating or disposing).
I can see the memory allocation of the adpater object using CLRProfiler (Allocation graph for objects). If needed, i can send you the graph. Please give the email address for the same.
Can you please help me?
With Regards
Saam S D
Here is the issue,
I am creating objects of CoreLab to connect MySQL DB in many places via Multithreading, what I wonder is even after disposing CoreLab objects, Its still alive on Gen 2 heap. Because of this reason my application is garbing a huge amount of physical memory (ie, object is not reallocating or disposing).
I can see the memory allocation of the adpater object using CLRProfiler (Allocation graph for objects). If needed, i can send you the graph. Please give the email address for the same.
Can you please help me?
With Regards
Saam S D