We are developing a large ASP.NET application. The application uses the following:
Basically, we have two critical problems:
- We have some kind of memory leak. WCF service host memory continues to grow and grow, especially with big data.
- SQL Server memory is also expanding and expanding.
These problems make the application very slow and sometimes not responding, which forces us to restart the wcf and sql services.
The application is hosted on a Windows Server 2008 environment with 4 GB of RAM.
source
share