I have an application that is using around 700MB and causing the memory leak. I have used GC.Collect in some methods thought I need to force Garbage Collection but the response time has increased than what it was before. I tried to dispose objects that i could see but of no help. How can I check on my machine my changes for any ...


