« Return to Thread: Memory issue

Re: Memory issue

by weismat :: Rate this Message:

Reply to Author | View in Thread

I have been able to fix the problem using the evaluation version of ANTS and changing my code.
I was using an object as a key for 2 hashtables and changing to a struct (value instead of reference type) fixed the issue.
I have also tested the MS .NET environment and it had the same issue - so it was not related to Mono at all.

 « Return to Thread: Memory issue