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?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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.