質問

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