문제

We have a site with huge usage of Memory, this site is in .NET FrameWork 3.5 and hosted in IIS 7.5 With App Pool .NET2 in Classic mode on Windows Server 2008 R2. In this case the server memory (RAM) is 64G and in 4-5 hours all the memory allocated. and the most used memory process is w3wp. For some reasons we can't change the code or change classic mode to integrated.

And the question is what options we have to improve memory usage without change the code? any suggestion?

도움이 되었습니까?

해결책

Recycling the application pool will give you a fresh start. You can configure the application pool that your application is configured to run on, to recycle every two-three hours.

Read about Application Pool Recycling here.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top