Memory leak ?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • CRM Master

    Memory leak ?

    Hi

    I have a Visual Studio 2005 c# windows application that keep using more and
    more memory and I can't seem to see where the problem is.

    Is there someway to see what resources are used and how much memory they
    take ? I suspect some datasets/connections not beeing closed but can't seem
    to find the place.

    Jack


  • Rad [Visual C# MVP]

    #2
    Re: Memory leak ?

    On Sun, 17 Feb 2008 00:04:25 +0100, CRM Master wrote:
    Hi
    >
    I have a Visual Studio 2005 c# windows application that keep using more and
    more memory and I can't seem to see where the problem is.
    >
    Is there someway to see what resources are used and how much memory they
    take ? I suspect some datasets/connections not beeing closed but can't seem
    to find the place.
    >
    Jack
    Get yourself a good profiler and it will explain to you the consumption of
    your memory in terms of actual usage, objects created, etc. Try RedGate
    ANTS (red-gate.com) or JetBrains dotTrace (jetbrains.com)
    --

    Comment

    Working...