Tracking a memory leak.
- From: Frank Rizzo <none@xxxxxxxx>
- Date: Fri, 11 May 2007 18:03:10 -0700
I have an object tree that is pretty gigantic and it holds about 100mb of data. When I set the top object to null, I expect that the .NET framework will clean up the memory at some point. However, I am looking at the Task Manager and I don't see the MemUsage column decreasing even after an hour or two. I know that TaskManager may not be the best place to see what is the true way to gauge memory usage and/or presense of memory leaks. So I am looking for a pointer on what I should use to see whether setting an object to null really will at some point free up memory.
Regards
.
- Follow-Ups:
- Re: Tracking a memory leak.
- From: bob
- Re: Tracking a memory leak.
- From: Ian Semmel
- Re: Tracking a memory leak.
- From: Alvin Bruney [MVP]
- Re: Tracking a memory leak.
- From: Willy Denoyette [MVP]
- Re: Tracking a memory leak.
- From: Bruce Wood
- Re: Tracking a memory leak.
- From: Nicholas Paldino [.NET/C# MVP]
- Re: Tracking a memory leak.
- Prev by Date: Re: returning a string and bool type from a member of a class
- Next by Date: Re: Please give me a moment - How Employable am I?
- Previous by thread: default types
- Next by thread: Re: Tracking a memory leak.
- Index(es):
Relevant Pages
|