Re: Memory Leak?



Thanks...I'll try the profilers.
--
Dennis in Houston


"Herfried K. Wagner [MVP]" wrote:

> "Dennis" <Dennis@xxxxxxxxxxxxxxxxxxxxxxxxx> schrieb:
> >I had been using my computer with vb.net to develop some applicaitons for a
> > week or so without rebooting. When I ran another program, I got an error
> > saying that the "Win16 SubSystem did not have sufficient Memory
> > Resources".
> > Is this indicating that I have a memory leak in one of my VB.Net
> > applications
> > that I was running via the IDE in the debug mode?
>
> That's hard to answer because even other software running on your machine
> can have a memory leak. The tools listed below will help you with detecting
> memory leaks:
>
> Allocation Profiler src
> <URL:http://www.gotdotnet.com/Community/UserSamples/Details.aspx?SampleGuid=3254325d-a4aa-4bb3-aa86-c72d5104ec74>
>
> CLR Profiler (v2.0)
> <URL:http://www.microsoft.com/downloads/details.aspx?FamilyId=86CE6052-D7F4-4AEB-9B7A-94635BEEBDDA&displaylang=en>
>
> --
> M S Herfried K. Wagner
> M V P <URL:http://dotnet.mvps.org/>
> V B <URL:http://classicvb.org/petition/>
>
>
.



Relevant Pages

  • Re: Winforms and memory usage
    ... I went chasing a 'memory leak' where the Private bytes and Working Set ... RedGate ANTS Memory Profiler is also excellent. ... The learning curve for SciTech is about a day, ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: Debugging
    ... Try adding traces to catch the exact point of reset ... A memory leak under .NET is possible, but I would explor other weak points ... Ido ... >> Try using any .NET Memory Profiler. ...
    (microsoft.public.dotnet.framework)
  • Re: How to learn amount of memory used by the process at the current t
    ... Check out the CLR Profiler ... I do not answer questions on behalf of my employer. ... programmer helping programmers. ... > I want to test .net class for memory leak presence. ...
    (microsoft.public.dotnet.framework)
  • Re: Java app takes 100% of CPU
    ... > memory leak typically consumes memory rather than CPU cycles. ... Might be time to learn what a profiler does. ... Personally I think a profiler can help teach students better ...
    (comp.lang.java)