iis memory errors

iis memory errors

am 20.01.2006 00:23:14 von Lloyd Kim

Hi,
We're running IIS version 5 and we're having some issues with pages
timing out, even with static html pages. We've been tracking memory usage
and we start getting timeouts right around the point we get to a particular
percentage of memory used. Around this point we start getting 'ASP out of
memory' errors and things start timing out. CPU usage also climbs while the
number of connections stays pretty much the same. First of all, what does
this sound like? And secondly, will just throwing a GB or two of memory on
help? Thanks,
Morgan Kleene

Re: iis memory errors

am 20.01.2006 10:26:36 von someone

It could be that your application requires more memory than what you
currently have, so adding enough memory can help.

Or it could be that something is leaking memory and that no amount of added
memory helps - it simply delays the inevitable "out of memory".

There is no way to distinguish between these two possibilities other than
"figure it out" -- you must know how much memory your application requires
in order to properly size the server.

--
//David
IIS
http://blogs.msdn.com/David.Wang
This posting is provided "AS IS" with no warranties, and confers no rights.
//

"Lloyd Kim" wrote in message
news:eQlmk%23UHGHA.3408@TK2MSFTNGP12.phx.gbl...
> Hi,
> We're running IIS version 5 and we're having some issues with pages
> timing out, even with static html pages. We've been tracking memory usage
> and we start getting timeouts right around the point we get to a
> particular percentage of memory used. Around this point we start getting
> 'ASP out of memory' errors and things start timing out. CPU usage also
> climbs while the number of connections stays pretty much the same. First
> of all, what does this sound like? And secondly, will just throwing a GB
> or two of memory on help? Thanks,
> Morgan Kleene
>

Re: iis memory errors

am 20.01.2006 18:32:27 von john cesta

On Thu, 19 Jan 2006 18:23:14 -0500, "Lloyd Kim"
wrote:


This means that a connection or a bit of code running in IIS is not up
to par. You can see what connections are running and even hanging by
using this program:

http://www.serverautomationtools.com/navigation/satnews/moto bit.htm

John Cesta

The CPU Checker - Monitors your CPU % while you sleep
LogFileManager - IIS LogFile Management Tool
WebPageChecker - Helps Maintain Server UpTime
DomainReportIt PRO - Helps Rebuild IIS
http://www.serverautomationtools.com


>Hi,
> We're running IIS version 5 and we're having some issues with pages
>timing out, even with static html pages. We've been tracking memory usage
>and we start getting timeouts right around the point we get to a particular
>percentage of memory used. Around this point we start getting 'ASP out of
>memory' errors and things start timing out. CPU usage also climbs while the
>number of connections stays pretty much the same. First of all, what does
>this sound like? And secondly, will just throwing a GB or two of memory on
>help? Thanks,
> Morgan Kleene
>