S
sqlnovice
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 improvement in memory. What are the key
measurements I need to look for. any help is appreciated.
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 improvement in memory. What are the key
measurements I need to look for. any help is appreciated.