Memory Leak - Hashtable.bucket[]

sups123

Member
Joined
Mar 10, 2006
Messages
14
Programming Experience
1-3
Hi all,

We are facing memory leak problem in vb.net application. We have tried out best to optimize the code and find out the result as well.

But still hashtable.bucket[] is taking lot of bytes in memory don't know why. In every 10 seconds it is increasing and application get hangs when it is out of memory.

Tried to search on net haven't got any articles till now. Please let me know where we are doing wrong.

Your help will be appreciated.

Regards,
SUPS
 
Here's an article that uses a debugger used by MS on un/managed code. You can download it from the link in this page. Although your problems are not related the tool available here may help you resolve your leak.
 
Back
Top