I've been reading about Memory Leaks these past few days and I'm affraid that this might be a problem that is currently affecting my application written in C#. It should consume around 250 MBs of my total memory (that's what it consumes around the first few hours) however, I've noticed that in average this value doubles everyday. For example, this is the 5th day that it have been running and right now it's consuming around 1.2 GB of memory.
So, I've downloaded In-depth .NET Memory Profiling from SciTech Software since I noticed this is actually a reccomended software around here and took 3 snapshots in different periods. However, after spending a considerable amount of time trying to understand them or even link them to my code it seems I have failed so far.
Therefore, I would like to know firstly if the memory profiler I'm using is actually a good one and then if any of you knows any guide or walkthrough on how to understand and reach conclusions with this or any other memory profiler as well as obviously how can I find solutions to my memory leaks with it.
Thanks in advance for the support.