My asp .net mvc3 application is hosted in IIS 7 and i wish to reduce memory consumption by reducing the recycle time interval of IIS to 1000 mintes . Is there any side-effects in doings 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.
No side effects of reducing the recycling time in IIS. It doesn’t even consumes much time to do recycle. Recycling saves you from memory leak. For more info check this link.