Question

I am writing a C# application, and can see the memory usage increasing as the running time of the application increases.

Are there any tools or techniques I could monitor my application's memory use, identify memory leaks and generally improve my application's memory use?

No correct solution

Licensed under: CC-BY-SA with attribution
scroll top