Best memory analysis resource for winforms application.

So we have a winforms application that should be anywhere from 250 to 450 MB of memory in the task manager. We are trying to find the best place to focus on reducing memory footprint.

What's the best place to start?

+1


source to share


2 answers


I would suggest profiling so you can understand what is using memory. CLR Profiler and ANTS Profiler are two profilers you can check out.



+1


source


Yourkit is better than other profilers on offer.



0


source







All Articles