One of our ASP.NET MVC3 web app takes too much memory while hosted on single IIS7 pool. Sometimes up to 1gb. Where I should start and how to find memory issues, any suggestions?
Share
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 look at the database first, as that will be mostly the case to step up your memory allocation.
There are several tools out there that provide you with Profiling, both code and memory, but before jumping out into one of them, try “our” own StackOverflow Profiling now called Mini Profiler to help you realize where are you wasting more time, how long your queries take and see if you’re doing the database access correctly…
If that does not help, try one of the free/commercial tools out there like:
or follow up this question