I have several ASP Dot.Net web sites, and I wish to limit their maximum memory. Is there a way to achieve this?
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.
You can alter apllication pool settings and set Private Memory Limit (KB) and Virtual Memory Limit (KB), to what ever memory you want to limit your application with. When that quota is reached the application pool will recycle.
Check this on how to change the two