I guess you make those MVP & MCP letters look good now huh.
"Noah Coad [MVP & MCP]" <noah@coad.net> wrote in message
news:esywtm0YDHA.3444@tk2msftngp13.phx.gbl...
> WARNING!
>
> I just downloaded, installed, and ran this Memory Profiler and now my
system
> is under a constant unknown 90% utlization. It is running extremely slow
> for no apparent reason (no tasks show the utiliztion under Task Manager
> other than "System"). Even after a reboot the system is running at 80% to
> 90%!
>
> I can barely use my computer and I have a huge contract due this week!
This
> is very frustrating... Any recommendations?
>
> -Noah Coad
> Microsoft MVP & MCP
>
>
> "Rob Tillie" <Rob.Tillie@student.tul.edu> wrote in message
> news:Oscy7cwYDHA.1644@TK2MSFTNGP10.phx.gbl...
> > You can do this with a profiler:
> >
http://www.scitech.se/memprofiler/ > >
> > Greetz,
> > -- Rob.
> >
> > Gustavo Franco wrote:
> > > Hi,
> > >
> > >
> > >
> > > I did a medium complex application in C#, and in some areas the
> > > memory goes up to 60Mb, when I finish I dispose everything and
> > > setting everything to null and calling GC.Collect, but the memory
> > > never goes below 45MB and I'm pretty sure I'm not allocating that
> > > huge amount of memory.
> > >
> > >
> > >
> > > Now the question is, are there some kind of tool that allow to me to
> > > see what objects are inside of Garbage Collector?. How do I know if I
> > > freed the resources properly?.
> > >
> > >
> > >
> > > If my application looks like is taking 64Mb of ram al the time the
> > > users are not going to install it.
> > >
> > >
> > >
> > > I need any kind of tool to see the content of the GC.
> > >
> > >
> > >
> > > Supposed I have a bug and the application is taking memory and never
> > > is released how do I supposed to know what is happening if the GC
> > > hide this information?
> > >
> > >
> > >
> > > Any Help?
> > >
> > >
> > >
> > > Thanks.
> >
> >
>
>