Error message ""SystemOutofMemory" on our IIS server.

  • Thread starter Thread starter daniel h via DotNetMonster.com
  • Start date Start date
D

daniel h via DotNetMonster.com

Hi,
Periodically our IIS server (windows 2000 server) is down with this error
message "SystemOutofMemory".
We have to restart IIS service in order to get things back.
We do have 2GB RAM on that server.

Any help will be appreciated.

Thanks

Daniel
 
Hi,

Just based on error hard to say what is wrong, but one potential issue is
that your application does not release all the resources and they stay in a
memory. With the time you just loose an available memory until IIS does not
get enough resources and throws an exception. Best way to trace it is to use
some sort of profiler or check a performance counters on that PC.
 
Back
Top