Welcome to MobyThreads.com!
FAQFAQ      ProfileProfile    Private MessagesPrivate Messages   Log inLog in
All support for the MobyThreads Threaded phpBB MOD can now be found on welsolutions at this forum

IIS Memory Error

 
   Web Hosting and Web Master Forums (Home) -> IIS RSS
Next:  IIS Encrypted Files  
Author Message
rajiv_tarafdar

External


Since: Aug 31, 2003
Posts: 3



(Msg. 1) Posted: Mon Sep 01, 2003 2:39 am
Post subject: IIS Memory Error
Archived from groups: microsoft>public>inetserver>iis (more info?)

Hi,

I have suddenly started getting this error for a
particular application on the IIS Server. (Only
Transaction site on the box, others are static sites)

Error: File xxxx Line 0 out of memory. Unable to allocate
required memory..

I think this has to do something with the memory. I put
perform Monitors and checked the page Faults. Its around
500Pages / sec and the Min available bytes is 5000. Can't
figure out the exact reason.

Any help is much appreciated and Thanks for reading my
issue.

Regards
Rajiv

 >> Stay informed about: IIS Memory Error 
Back to top
Login to vote
user645

External


Since: Aug 23, 2003
Posts: 180



(Msg. 2) Posted: Mon Sep 01, 2003 3:25 pm
Post subject: Re: IIS Memory Error [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

"Rajiv" <rajiv_tarafdar RemoveThis @bat.com> wrote in message
news:051f01c37053$dbc40900$a301280a@phx.gbl...
 > Hi,
 >
 > I have suddenly started getting this error for a
 > particular application on the IIS Server. (Only
 > Transaction site on the box, others are static sites)
 >
 > Error: File xxxx Line 0 out of memory. Unable to allocate
 > required memory..
 >
 > I think this has to do something with the memory. I put
 > perform Monitors and checked the page Faults. Its around
 > 500Pages / sec and the Min available bytes is 5000. Can't
 > figure out the exact reason.
 >
 > Any help is much appreciated and Thanks for reading my
 > issue.
Hi
This information is a little vague. 'We' only can say: It has to do with
memory just as you said Smile
We need info about the languages, &components and database drivers and
databases used.
Also, how do you manage session information, how do you manage components
etc.
The best is to install IISState and to use that to monitor the source of the
error.
<a style='text-decoration: underline;' href="http://www.microsoft.com/downloads/details.aspx?FamilyId=56FC92EE-A71A-4C73-B628-ADE629C89499&displaylang=en" target="_blank">http://www.microsoft.com/downloads/details.aspx?FamilyId=56FC92EE-A71A...73-B628</a>

Cheers,


 > Regards
 > Rajiv<!-- ~MESSAGE_AFTER~ -->

 >> Stay informed about: IIS Memory Error 
Back to top
Login to vote
patfilot

External


Since: Aug 24, 2003
Posts: 1478



(Msg. 3) Posted: Mon Sep 01, 2003 8:22 pm
Post subject: Re: IIS Memory Error [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

The memory it is referring to is the Process Virtual Memory. Every process
in Windows gets 2GB of memory to use (regardless of RAM installed).
Occasionally, this memory will fragment (just like a HDD will fragment over
time). Unfortunately, unlike a file, memory allocations must be made from
contiguous memory. So, it is possible to have a lot of memory available but
have it all broken up across the memory map.

The biggest cause of problems like this are small memory leaks (on the
orders of 4-8 bytes per leak event). You can 'see' the fragmentation by
using Perfmon and watching Process:PrivateBytes and Process:Virtual Memory
Allocated. The curves should run in parallel. If they divurge (and this
can take a while), then you are fragmenting (i.e. you require more VM to
back proportionately fewer Private Bytes).

Debugging this is not a trivial exercise. Because the memory leaked is so
small, it can be very difficult to identify.

I generally recommend that you start by making sure that you have the latest
binaries (MDAC (www.microsoft.com/data), script engines
(msdn.microsoft.com/scripting) and OS Service Pack). If the problem
persists, move any COM objects you are calling into their own COM+ server
package and see if you can identify the culprit (it will be in the failing
package).

Finally, you can also just restart the specific process that is having the
issue. This recycling is what IIS6 can do automatically and there are other
packages available for IIS5 and previous. No reboot is required.

Pat

"Rajiv" <rajiv_tarafdar RemoveThis @bat.com> wrote in message
news:051f01c37053$dbc40900$a301280a@phx.gbl...
 > Hi,
 >
 > I have suddenly started getting this error for a
 > particular application on the IIS Server. (Only
 > Transaction site on the box, others are static sites)
 >
 > Error: File xxxx Line 0 out of memory. Unable to allocate
 > required memory..
 >
 > I think this has to do something with the memory. I put
 > perform Monitors and checked the page Faults. Its around
 > 500Pages / sec and the Min available bytes is 5000. Can't
 > figure out the exact reason.
 >
 > Any help is much appreciated and Thanks for reading my
 > issue.
 >
 > Regards
 > Rajiv<!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: IIS Memory Error 
Back to top
Login to vote
Display posts from previous:   
Related Topics:
DLLHOST eats up memory - We have a problem on the web server (Windows 2000 - IIS 5.0). One instance of DLLHOST.exe (running under IWAM account) consumes a big chunk of memory (upto 700 MB) and we have to restart IIS services to resolve this problem. I have matched the PID of...

Memory Leak and caching - Hello: I have an IIS 5.0 server (W2K sp2) server that has been locking up due to a memory leak. I know that IIS caches a lot of data and the TTL on the cache is 24 hours. To troubleshoot this I want to reduce the TTL to 12 hours and see if that help i...

IIS 5.0 utility for controlling crashes & low memory - What's the name (& URL) of the MS utility that installs on top of IIS 5 for helping with low memory & Web service instability? I used to find it on the TechNet Web site, but now I can't. Once installed, it is a GUI app that could be configured ...

iis hangs on startup + windows shared section memory alloc.. - Hi, I have a server with 2 1.4 GHz processors and 2 GB of RAM running Windows 2000 with Service Pack 3 (server name is THRUSH). I have installed Oracle Forms and Reports and I am trying to run 6 services out of this Oracle install. 2 for TEST, 2 for..

IIS 6.0 Asp error - I have set up a test domain running 2003 server and IIS 6.0. When running a querry from new site I get the following error: SYNTAX ERROR IN QUERRY - INCOMPLETE QUERRY CLAUSE NUMBER - 2147217900 (0x80040E14) SOURCE : Microsoft JET Database Engine I have..
   Web Hosting and Web Master Forums (Home) -> IIS All times are: Pacific Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]