tags:

views:

144

answers:

2

So we have a winforms app that in the task manager should anywhere from 250 - 450 MB of memory. We are trying to figure out the best place to focus on to reduce memory footprint.

what is the best place to start?

+1  A: 

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

HTH, Kent

Kent Boogaart
+1  A: 

Yourkit is better than the other suggested profilers.

kohlerm