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

DLLHOST eats up memory

 
   Web Hosting and Web Master Forums (Home) -> IIS RSS
Next:  Manual client certificate enrollment via e-mail  
Author Message
vms618

External


Since: Aug 29, 2003
Posts: 2



(Msg. 1) Posted: Fri Aug 29, 2003 1:53 pm
Post subject: DLLHOST eats up memory
Archived from groups: microsoft>public>inetserver>iis (more info?)

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 this DLLHOST in Componenet
Services, and it matches with "IIS Out-Of-Process Pooled
Applications". But, I don't know more than this.

Does anybody know what should I do to solve this problem
permanently?

Vikas

 >> Stay informed about: DLLHOST eats up memory 
Back to top
Login to vote
no_spam6

External


Since: Aug 30, 2003
Posts: 5



(Msg. 2) Posted: Sat Aug 30, 2003 12:32 pm
Post subject: Re: DLLHOST eats up memory [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

You may want to check your IIS caching settings. It may be possible that
dllhost is caching too many templates.

How many connections does the machine accept? High traffic site?

The most memory I ever saw dllhost.exe use is approx 250 megs.


"v shah" <vms618.TakeThisOut@hotmail.com> wrote in message
news:016401c36e56$64c15320$a401280a@phx.gbl...
 > 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 this DLLHOST in Componenet
 > Services, and it matches with "IIS Out-Of-Process Pooled
 > Applications". But, I don't know more than this.
 >
 > Does anybody know what should I do to solve this problem
 > permanently?
 >
 > Vikas<!-- ~MESSAGE_AFTER~ -->

 >> Stay informed about: DLLHOST eats up memory 
Back to top
Login to vote
vms618

External


Since: Aug 29, 2003
Posts: 2



(Msg. 3) Posted: Tue Sep 02, 2003 12:52 pm
Post subject: Re: DLLHOST eats up memory [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

I have checked IIS caching settings under Master
Properties > Home Directory > Application Configuration
window.

Under App Mapping tab:
--"Cache ISAPI application" is checked

Under Process Options tab:
--"Number of script engines cached" is 125
--for "Script File Cache" Do not cache ASP files option
is checked.

Ours is not a high traffic site, i.e. 10-100 connections
at given time

any idea about, how can I trace to the DLL which makes
this problem?

vikas

 >-----Original Message-----
 >You may want to check your IIS caching settings. It may
be possible that
 >dllhost is caching too many templates.
 >
 >How many connections does the machine accept? High
traffic site?
 >
 >The most memory I ever saw dllhost.exe use is approx 250
megs.
 >
 >
 >"v shah" <vms618.DeleteThis@hotmail.com> wrote in message
 >news:016401c36e56$64c15320$a401280a@phx.gbl...
  >> 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 this DLLHOST in Componenet
  >> Services, and it matches with "IIS Out-Of-Process
Pooled
  >> Applications". But, I don't know more than this.
  >>
  >> Does anybody know what should I do to solve this
problem
  >> permanently?
  >>
  >> Vikas
 >
 >
 >.
 ><!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: DLLHOST eats up memory 
Back to top
Login to vote
user711

External


Since: Sep 03, 2003
Posts: 1



(Msg. 4) Posted: Wed Sep 03, 2003 8:40 am
Post subject: DLLHOST eats up memory [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Hi,

try to search 'on error resume next' code. It may be the=20
origin of your problem!

Best Wishes,
Fl=E1vio Queiroz
Brazil


 >-----Original Message-----
 >We have a problem on the web server (Windows 2000 - IIS=20
 >5.0). One instance of DLLHOST.exe (running under IWAM=20
 >account) consumes a big chunk of memory (upto 700 MB)=20
and=20
 >we have to restart IIS services to resolve this problem.
 >
 >I have matched the PID of this DLLHOST in Componenet=20
 >Services, and it matches with "IIS Out-Of-Process Pooled=20
 >Applications". But, I don't know more than this.
 >
 >Does anybody know what should I do to solve this problem=20
 >permanently?
 >
 >Vikas
 >.
 ><!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: DLLHOST eats up memory 
Back to top
Login to vote
timcof

External


Since: Sep 02, 2003
Posts: 912



(Msg. 5) Posted: Thu Sep 04, 2003 1:49 pm
Post subject: RE: DLLHOST eats up memory [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

If you think you are experiencing a memory leak, check your asp code to ensure that all objects being created, are destroyed when
finished. This can cause a memory leak. The Pooled Out Of Process package is what web sites run under by default. You will notice
their appliation protection set to medium.

And if you have any custom components, run them under com+. This will help, because if a component is leaking, you will see that
package growing, and not the POOP package.

Thank you. I hope this information is helpful.

Tim Coffey [MSFT]

This posting is provided “AS IS” with no warranties, and confers no rights. You assume all risk for your use. © 2001 Microsoft
Corporation. All rights reserved.
--------------------
| Content-Class: urn:content-classes:message
| From: =?iso-8859-1?Q?Fl=E1vio_Queiroz?= <fla.sp.DeleteThis@ig.com.br>
| Sender: =?iso-8859-1?Q?Fl=E1vio_Queiroz?= <fla.sp.DeleteThis@ig.com.br>
| References: <016401c36e56$64c15320$a401280a@phx.gbl>
| Subject: DLLHOST eats up memory
| Date: Wed, 3 Sep 2003 05:40:59 -0700
| Lines: 27
| Message-ID: <04a901c37218$a05e1dd0$a001280a@phx.gbl>
| MIME-Version: 1.0
| Content-Type: text/plain;
| charset="iso-8859-1"
| Content-Transfer-Encoding: quoted-printable
| X-Newsreader: Microsoft CDO for Windows 2000
| X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4910.0300
| Thread-Index: AcNyGKBecc8Y5zDjQbWnAaz37wtviA==
| Newsgroups: microsoft.public.inetserver.iis
| Path: cpmsftngxa06.phx.gbl
| Xref: cpmsftngxa06.phx.gbl microsoft.public.inetserver.iis:273623
| NNTP-Posting-Host: TK2MSFTNGXA08 10.40.1.160
| X-Tomcat-NG: microsoft.public.inetserver.iis
|
| Hi,
| try to search 'on error resume next' code. It may be the
| origin of your problem!
| Best Wishes,
| Flávio Queiroz
| Brazil
| >-----Original Message-----
| >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 this DLLHOST in Componenet
| >Services, and it matches with "IIS Out-Of-Process Pooled
| >Applications". But, I don't know more than this.
| >
| >Does anybody know what should I do to solve this problem
| >permanently?
| >
| >Vikas
| >.
| >
|
 >> Stay informed about: DLLHOST eats up memory 
Back to top
Login to vote
Display posts from previous:   
Related Topics:
DLLHost Resource Contention problem - Hi all, I am facing a problem of Resource Contention with DLLHost.exe. The real problem is very high memory consumption for DLLHost.exe when our site is running. I downloaded the IISState utility (Thanks Pat for that suggestion) and have prepared a dum...

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..
   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 ]