 |
|
 |
|
Next: IIS 1.0
|
| Author |
Message |
External

Since: Dec 06, 2005 Posts: 4
|
(Msg. 1) Posted: Tue Dec 06, 2005 7:14 pm
Post subject: inetinfo.exe memory leak Archived from groups: microsoft>public>inetserver>iis (more info?)
|
|
|
I have Windows Server 2000 with all the service paks installed.
I noticed my memory keeps increasing on my inetinfo.exe service. The i/o
reads has grown to 13,000,000 in just three days. I only have 3 web sites
running with very little traffic. Maybe 10 hits per day.
The leak has crashed my Server once and I had to reinstall Windows Server
because I lost my desktop and tried everything else to recover it.
If I stop IIS and restart, the counter starts again and continues to increase.
I ran file monitor from system internal and a process called inetinfo.exe
has reads every 2 seconds. The log filled up a whole page in just 30
seconds. The path of the process is C:\winnt\system32\inetsrv\ntinst1.mdb
with result SUCCESS on each line of the log file. I looked at the .mdb in
this folder and the database has tables with system classes and objects in
it. The size is only 512k or so it is not increasing in size.
I am also running .net framework 1.1 with the hotfix 1.1. The web pages are
written in C#.net.
What maybe causing this memory leak. What is the .mdb datase for. How else
can I troubleshoot this error. Do I need to remove or reinstall a service
pak?
Thanks for all your help! Ron Mehrer >> Stay informed about: inetinfo.exe memory leak |
|
| Back to top |
|
 |  |
External

Since: Aug 23, 2003 Posts: 2901
|
(Msg. 2) Posted: Tue Dec 06, 2005 11:55 pm
Post subject: Re: inetinfo.exe memory leak [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
Hi,
I/O Reads have nothing to do with memory leaks.
a) How do you know that inetinfo.exe is leaking memory?
b) What other problems are you seeing?
Cheers
Ken
"mehrer" <mehrer DeleteThis @discussions.microsoft.com> wrote in message
news:1AC43C20-BF1F-4113-893C-9CB416357A23@microsoft.com...
:I have Windows Server 2000 with all the service paks installed.
: I noticed my memory keeps increasing on my inetinfo.exe service. The i/o
: reads has grown to 13,000,000 in just three days. I only have 3 web sites
: running with very little traffic. Maybe 10 hits per day.
: The leak has crashed my Server once and I had to reinstall Windows Server
: because I lost my desktop and tried everything else to recover it.
: If I stop IIS and restart, the counter starts again and continues to
increase.
:
: I ran file monitor from system internal and a process called inetinfo.exe
: has reads every 2 seconds. The log filled up a whole page in just 30
: seconds. The path of the process is C:\winnt\system32\inetsrv\ntinst1.mdb
: with result SUCCESS on each line of the log file. I looked at the .mdb in
: this folder and the database has tables with system classes and objects in
: it. The size is only 512k or so it is not increasing in size.
:
: I am also running .net framework 1.1 with the hotfix 1.1. The web pages
are
: written in C#.net.
:
: What maybe causing this memory leak. What is the .mdb datase for. How
else
: can I troubleshoot this error. Do I need to remove or reinstall a service
: pak?
:
: Thanks for all your help! Ron Mehrer >> Stay informed about: inetinfo.exe memory leak |
|
| Back to top |
|
 |  |
External

Since: Dec 06, 2005 Posts: 4
|
(Msg. 3) Posted: Tue Dec 06, 2005 11:55 pm
Post subject: Re: inetinfo.exe memory leak [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
hello, thanks for replying.
Well the i/o reads seem excesive and do utliize resources, and since I ran
the file monitor program from system internals, it point directly to
inetinfo.exe and the activity reading the metabase located at
c:\winnt\system32\intetsrv\ntinst1.mdb.
So I question why would it be reading this 12,000,000 time in 3 days.
Also, I have checked the C# web page objects and they are being destoyed
properly. Also, the memory usage of the service inetinfo.exe is 19,000 mb,
which seems high for only 3 pages running and few page hits. The paging file
usage is 378mb when iis is running, but only 230 when it is stopped. I have
reset iis but no effect.
Do you think I need to run DH.exe to check the HEAP dump? Should I turn off
debugging, and how to do that?
Also, I am not running exchange server or any other servers connected to
this box. It is a standalone web and database server.
Do you have any suggestions as to how I can troubleshoot this problem before
my server crashes again? Thanks.
"Ken Schaefer" wrote:
> Hi,
>
> I/O Reads have nothing to do with memory leaks.
>
> a) How do you know that inetinfo.exe is leaking memory?
> b) What other problems are you seeing?
>
> Cheers
> Ken
>
>
> "mehrer" <mehrer.TakeThisOut@discussions.microsoft.com> wrote in message
> news:1AC43C20-BF1F-4113-893C-9CB416357A23@microsoft.com...
> :I have Windows Server 2000 with all the service paks installed.
> : I noticed my memory keeps increasing on my inetinfo.exe service. The i/o
> : reads has grown to 13,000,000 in just three days. I only have 3 web sites
> : running with very little traffic. Maybe 10 hits per day.
> : The leak has crashed my Server once and I had to reinstall Windows Server
> : because I lost my desktop and tried everything else to recover it.
> : If I stop IIS and restart, the counter starts again and continues to
> increase.
> :
> : I ran file monitor from system internal and a process called inetinfo.exe
> : has reads every 2 seconds. The log filled up a whole page in just 30
> : seconds. The path of the process is C:\winnt\system32\inetsrv\ntinst1.mdb
> : with result SUCCESS on each line of the log file. I looked at the .mdb in
> : this folder and the database has tables with system classes and objects in
> : it. The size is only 512k or so it is not increasing in size.
> :
> : I am also running .net framework 1.1 with the hotfix 1.1. The web pages
> are
> : written in C#.net.
> :
> : What maybe causing this memory leak. What is the .mdb datase for. How
> else
> : can I troubleshoot this error. Do I need to remove or reinstall a service
> : pak?
> :
> : Thanks for all your help! Ron Mehrer
>
>
> >> Stay informed about: inetinfo.exe memory leak |
|
| Back to top |
|
 |  |
External

Since: Aug 23, 2003 Posts: 2901
|
(Msg. 4) Posted: Wed Dec 07, 2005 12:55 am
Post subject: Re: inetinfo.exe memory leak [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
Hi,
"mehrer" <mehrer RemoveThis @discussions.microsoft.com> wrote in message
news:3C1AD51C-3CD9-427E-8415-2A25E940730A@microsoft.com...
: hello, thanks for replying.
:
: Well the i/o reads seem excesive and do utliize resources, and since I ran
: the file monitor program from system internals, it point directly to
: inetinfo.exe and the activity reading the metabase located at
: c:\winnt\system32\intetsrv\ntinst1.mdb.
: So I question why would it be reading this 12,000,000 time in 3 days.
I/O reads should not cause a server crash. Additionally, that should not
cause a memory leak
I don't know why inetinfo.exe is doing that many reads.
: Also, I have checked the C# web page objects and they are being destoyed
: properly. Also, the memory usage of the service inetinfo.exe is 19,000 mb,
: which seems high for only 3 pages running and few page hits. The paging
file
: usage is 378mb when iis is running, but only 230 when it is stopped. I
have
: reset iis but no effect.
You are saying that InetInfo.exe is using 19 GB of RAM?!? I don't believe
you
If you are saying that inetinfo.exe is using 19MB of RAM, then that's not
very much.
: Do you think I need to run DH.exe to check the HEAP dump? Should I turn
off
: debugging, and how to do that?
No, I do not think you need to do that.
: Do you have any suggestions as to how I can troubleshoot this problem
before
: my server crashes again? Thanks.
There doesn't seem to be anything here related to your crash. I don't see
any evidence of a memory leak, or of a problem in general.
How exactly did your server "crash"? Did you get a Blue Screen of Death
(BSOD)? If so, what was the STOP/Bugcheck code?
Cheers
Ken
: "Ken Schaefer" wrote:
:
: > Hi,
: >
: > I/O Reads have nothing to do with memory leaks.
: >
: > a) How do you know that inetinfo.exe is leaking memory?
: > b) What other problems are you seeing?
: >
: > Cheers
: > Ken
: >
: >
: > "mehrer" <mehrer RemoveThis @discussions.microsoft.com> wrote in message
: > news:1AC43C20-BF1F-4113-893C-9CB416357A23@microsoft.com...
: > :I have Windows Server 2000 with all the service paks installed.
: > : I noticed my memory keeps increasing on my inetinfo.exe service. The
i/o
: > : reads has grown to 13,000,000 in just three days. I only have 3 web
sites
: > : running with very little traffic. Maybe 10 hits per day.
: > : The leak has crashed my Server once and I had to reinstall Windows
Server
: > : because I lost my desktop and tried everything else to recover it.
: > : If I stop IIS and restart, the counter starts again and continues to
: > increase.
: > :
: > : I ran file monitor from system internal and a process called
inetinfo.exe
: > : has reads every 2 seconds. The log filled up a whole page in just 30
: > : seconds. The path of the process is
C:\winnt\system32\inetsrv\ntinst1.mdb
: > : with result SUCCESS on each line of the log file. I looked at the
..mdb in
: > : this folder and the database has tables with system classes and
objects in
: > : it. The size is only 512k or so it is not increasing in size.
: > :
: > : I am also running .net framework 1.1 with the hotfix 1.1. The web
pages
: > are
: > : written in C#.net.
: > :
: > : What maybe causing this memory leak. What is the .mdb datase for.
How
: > else
: > : can I troubleshoot this error. Do I need to remove or reinstall a
service
: > : pak?
: > :
: > : Thanks for all your help! Ron Mehrer
: >
: >
: > >> Stay informed about: inetinfo.exe memory leak |
|
| Back to top |
|
 |  |
External

Since: Aug 24, 2003 Posts: 1478
|
(Msg. 5) Posted: Wed Dec 07, 2005 8:53 am
Post subject: Re: inetinfo.exe memory leak [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
Just to clarify - when you say "crashed my server" you are referring to a
BSOD? If so, was a MEMORY.DMP file created in the \winnt directory?
Pat
"Ken Schaefer" <kenREMOVE.DeleteThis@THISadOpenStatic.com> wrote in message
news:O%23c%23hiu%23FHA.292@TK2MSFTNGP14.phx.gbl...
> Hi,
>
>
> "mehrer" <mehrer.DeleteThis@discussions.microsoft.com> wrote in message
> news:3C1AD51C-3CD9-427E-8415-2A25E940730A@microsoft.com...
> : hello, thanks for replying.
> :
> : Well the i/o reads seem excesive and do utliize resources, and since I
> ran
> : the file monitor program from system internals, it point directly to
> : inetinfo.exe and the activity reading the metabase located at
> : c:\winnt\system32\intetsrv\ntinst1.mdb.
> : So I question why would it be reading this 12,000,000 time in 3 days.
>
> I/O reads should not cause a server crash. Additionally, that should not
> cause a memory leak
> I don't know why inetinfo.exe is doing that many reads.
>
> : Also, I have checked the C# web page objects and they are being destoyed
> : properly. Also, the memory usage of the service inetinfo.exe is 19,000
> mb,
> : which seems high for only 3 pages running and few page hits. The paging
> file
> : usage is 378mb when iis is running, but only 230 when it is stopped. I
> have
> : reset iis but no effect.
>
> You are saying that InetInfo.exe is using 19 GB of RAM?!? I don't believe
> you
> If you are saying that inetinfo.exe is using 19MB of RAM, then that's not
> very much.
>
>
> : Do you think I need to run DH.exe to check the HEAP dump? Should I turn
> off
> : debugging, and how to do that?
>
> No, I do not think you need to do that.
>
> : Do you have any suggestions as to how I can troubleshoot this problem
> before
> : my server crashes again? Thanks.
>
> There doesn't seem to be anything here related to your crash. I don't see
> any evidence of a memory leak, or of a problem in general.
>
> How exactly did your server "crash"? Did you get a Blue Screen of Death
> (BSOD)? If so, what was the STOP/Bugcheck code?
>
> Cheers
> Ken
>
>
>
> : "Ken Schaefer" wrote:
> :
> : > Hi,
> : >
> : > I/O Reads have nothing to do with memory leaks.
> : >
> : > a) How do you know that inetinfo.exe is leaking memory?
> : > b) What other problems are you seeing?
> : >
> : > Cheers
> : > Ken
> : >
> : >
> : > "mehrer" <mehrer.DeleteThis@discussions.microsoft.com> wrote in message
> : > news:1AC43C20-BF1F-4113-893C-9CB416357A23@microsoft.com...
> : > :I have Windows Server 2000 with all the service paks installed.
> : > : I noticed my memory keeps increasing on my inetinfo.exe service.
> The
> i/o
> : > : reads has grown to 13,000,000 in just three days. I only have 3 web
> sites
> : > : running with very little traffic. Maybe 10 hits per day.
> : > : The leak has crashed my Server once and I had to reinstall Windows
> Server
> : > : because I lost my desktop and tried everything else to recover it.
> : > : If I stop IIS and restart, the counter starts again and continues to
> : > increase.
> : > :
> : > : I ran file monitor from system internal and a process called
> inetinfo.exe
> : > : has reads every 2 seconds. The log filled up a whole page in just
> 30
> : > : seconds. The path of the process is
> C:\winnt\system32\inetsrv\ntinst1.mdb
> : > : with result SUCCESS on each line of the log file. I looked at the
> .mdb in
> : > : this folder and the database has tables with system classes and
> objects in
> : > : it. The size is only 512k or so it is not increasing in size.
> : > :
> : > : I am also running .net framework 1.1 with the hotfix 1.1. The web
> pages
> : > are
> : > : written in C#.net.
> : > :
> : > : What maybe causing this memory leak. What is the .mdb datase for.
> How
> : > else
> : > : can I troubleshoot this error. Do I need to remove or reinstall a
> service
> : > : pak?
> : > :
> : > : Thanks for all your help! Ron Mehrer
> : >
> : >
> : >
>
> >> Stay informed about: inetinfo.exe memory leak |
|
| Back to top |
|
 |  |
External

Since: Dec 06, 2005 Posts: 4
|
(Msg. 6) Posted: Wed Dec 07, 2005 6:10 pm
Post subject: Re: inetinfo.exe memory leak [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
no it is using 19 mb, not Gb.
I will try shutting off debug.
Thanks
"Ken Schaefer" wrote:
> Hi,
>
>
> "mehrer" <mehrer.RemoveThis@discussions.microsoft.com> wrote in message
> news:3C1AD51C-3CD9-427E-8415-2A25E940730A@microsoft.com...
> : hello, thanks for replying.
> :
> : Well the i/o reads seem excesive and do utliize resources, and since I ran
> : the file monitor program from system internals, it point directly to
> : inetinfo.exe and the activity reading the metabase located at
> : c:\winnt\system32\intetsrv\ntinst1.mdb.
> : So I question why would it be reading this 12,000,000 time in 3 days.
>
> I/O reads should not cause a server crash. Additionally, that should not
> cause a memory leak
> I don't know why inetinfo.exe is doing that many reads.
>
> : Also, I have checked the C# web page objects and they are being destoyed
> : properly. Also, the memory usage of the service inetinfo.exe is 19,000 mb,
> : which seems high for only 3 pages running and few page hits. The paging
> file
> : usage is 378mb when iis is running, but only 230 when it is stopped. I
> have
> : reset iis but no effect.
>
> You are saying that InetInfo.exe is using 19 GB of RAM?!? I don't believe
> you
> If you are saying that inetinfo.exe is using 19MB of RAM, then that's not
> very much.
>
>
> : Do you think I need to run DH.exe to check the HEAP dump? Should I turn
> off
> : debugging, and how to do that?
>
> No, I do not think you need to do that.
>
> : Do you have any suggestions as to how I can troubleshoot this problem
> before
> : my server crashes again? Thanks.
>
> There doesn't seem to be anything here related to your crash. I don't see
> any evidence of a memory leak, or of a problem in general.
>
> How exactly did your server "crash"? Did you get a Blue Screen of Death
> (BSOD)? If so, what was the STOP/Bugcheck code?
>
> Cheers
> Ken
>
>
>
> : "Ken Schaefer" wrote:
> :
> : > Hi,
> : >
> : > I/O Reads have nothing to do with memory leaks.
> : >
> : > a) How do you know that inetinfo.exe is leaking memory?
> : > b) What other problems are you seeing?
> : >
> : > Cheers
> : > Ken
> : >
> : >
> : > "mehrer" <mehrer.RemoveThis@discussions.microsoft.com> wrote in message
> : > news:1AC43C20-BF1F-4113-893C-9CB416357A23@microsoft.com...
> : > :I have Windows Server 2000 with all the service paks installed.
> : > : I noticed my memory keeps increasing on my inetinfo.exe service. The
> i/o
> : > : reads has grown to 13,000,000 in just three days. I only have 3 web
> sites
> : > : running with very little traffic. Maybe 10 hits per day.
> : > : The leak has crashed my Server once and I had to reinstall Windows
> Server
> : > : because I lost my desktop and tried everything else to recover it.
> : > : If I stop IIS and restart, the counter starts again and continues to
> : > increase.
> : > :
> : > : I ran file monitor from system internal and a process called
> inetinfo.exe
> : > : has reads every 2 seconds. The log filled up a whole page in just 30
> : > : seconds. The path of the process is
> C:\winnt\system32\inetsrv\ntinst1.mdb
> : > : with result SUCCESS on each line of the log file. I looked at the
> ..mdb in
> : > : this folder and the database has tables with system classes and
> objects in
> : > : it. The size is only 512k or so it is not increasing in size.
> : > :
> : > : I am also running .net framework 1.1 with the hotfix 1.1. The web
> pages
> : > are
> : > : written in C#.net.
> : > :
> : > : What maybe causing this memory leak. What is the .mdb datase for.
> How
> : > else
> : > : can I troubleshoot this error. Do I need to remove or reinstall a
> service
> : > : pak?
> : > :
> : > : Thanks for all your help! Ron Mehrer
> : >
> : >
> : >
>
>
> >> Stay informed about: inetinfo.exe memory leak |
|
| Back to top |
|
 |  |
External

Since: Dec 06, 2005 Posts: 4
|
(Msg. 7) Posted: Wed Dec 07, 2005 6:17 pm
Post subject: Re: inetinfo.exe memory leak [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
Well, I do not know how to check for memory dump. What I had was a blue
screen. What I could do was control-alt-delete, then access task manager,
select application NEW TASK, then I run cmd and eventvwr.exe
services.msc
compmgmt.msc
gpedit.msc
lusrmgr.msc
perfmon.msc
fsmgmt.msc
sysdm.cpl
appwiz.cpl
regedit.exe
These commands worked and I could see events, etc. Also, the web pages
continued working and updated the database throughtout. So technically, all
apps were accessible this way but my desktop icons were not. Wierd.
I think I should upgrade to iis 6 and Windows Server 2003.
"Pat [MSFT]" wrote:
> Just to clarify - when you say "crashed my server" you are referring to a
> BSOD? If so, was a MEMORY.DMP file created in the \winnt directory?
>
> Pat
>
> "Ken Schaefer" <kenREMOVE.TakeThisOut@THISadOpenStatic.com> wrote in message
> news:O%23c%23hiu%23FHA.292@TK2MSFTNGP14.phx.gbl...
> > Hi,
> >
> >
> > "mehrer" <mehrer.TakeThisOut@discussions.microsoft.com> wrote in message
> > news:3C1AD51C-3CD9-427E-8415-2A25E940730A@microsoft.com...
> > : hello, thanks for replying.
> > :
> > : Well the i/o reads seem excesive and do utliize resources, and since I
> > ran
> > : the file monitor program from system internals, it point directly to
> > : inetinfo.exe and the activity reading the metabase located at
> > : c:\winnt\system32\intetsrv\ntinst1.mdb.
> > : So I question why would it be reading this 12,000,000 time in 3 days.
> >
> > I/O reads should not cause a server crash. Additionally, that should not
> > cause a memory leak
> > I don't know why inetinfo.exe is doing that many reads.
> >
> > : Also, I have checked the C# web page objects and they are being destoyed
> > : properly. Also, the memory usage of the service inetinfo.exe is 19,000
> > mb,
> > : which seems high for only 3 pages running and few page hits. The paging
> > file
> > : usage is 378mb when iis is running, but only 230 when it is stopped. I
> > have
> > : reset iis but no effect.
> >
> > You are saying that InetInfo.exe is using 19 GB of RAM?!? I don't believe
> > you
> > If you are saying that inetinfo.exe is using 19MB of RAM, then that's not
> > very much.
> >
> >
> > : Do you think I need to run DH.exe to check the HEAP dump? Should I turn
> > off
> > : debugging, and how to do that?
> >
> > No, I do not think you need to do that.
> >
> > : Do you have any suggestions as to how I can troubleshoot this problem
> > before
> > : my server crashes again? Thanks.
> >
> > There doesn't seem to be anything here related to your crash. I don't see
> > any evidence of a memory leak, or of a problem in general.
> >
> > How exactly did your server "crash"? Did you get a Blue Screen of Death
> > (BSOD)? If so, what was the STOP/Bugcheck code?
> >
> > Cheers
> > Ken
> >
> >
> >
> > : "Ken Schaefer" wrote:
> > :
> > : > Hi,
> > : >
> > : > I/O Reads have nothing to do with memory leaks.
> > : >
> > : > a) How do you know that inetinfo.exe is leaking memory?
> > : > b) What other problems are you seeing?
> > : >
> > : > Cheers
> > : > Ken
> > : >
> > : >
> > : > "mehrer" <mehrer.TakeThisOut@discussions.microsoft.com> wrote in message
> > : > news:1AC43C20-BF1F-4113-893C-9CB416357A23@microsoft.com...
> > : > :I have Windows Server 2000 with all the service paks installed.
> > : > : I noticed my memory keeps increasing on my inetinfo.exe service.
> > The
> > i/o
> > : > : reads has grown to 13,000,000 in just three days. I only have 3 web
> > sites
> > : > : running with very little traffic. Maybe 10 hits per day.
> > : > : The leak has crashed my Server once and I had to reinstall Windows
> > Server
> > : > : because I lost my desktop and tried everything else to recover it.
> > : > : If I stop IIS and restart, the counter starts again and continues to
> > : > increase.
> > : > :
> > : > : I ran file monitor from system internal and a process called
> > inetinfo.exe
> > : > : has reads every 2 seconds. The log filled up a whole page in just
> > 30
> > : > : seconds. The path of the process is
> > C:\winnt\system32\inetsrv\ntinst1.mdb
> > : > : with result SUCCESS on each line of the log file. I looked at the
> > .mdb in
> > : > : this folder and the database has tables with system classes and
> > objects in
> > : > : it. The size is only 512k or so it is not increasing in size.
> > : > :
> > : > : I am also running .net framework 1.1 with the hotfix 1.1. The web
> > pages
> > : > are
> > : > : written in C#.net.
> > : > :
> > : > : What maybe causing this memory leak. What is the .mdb datase for.
> > How
> > : > else
> > : > : can I troubleshoot this error. Do I need to remove or reinstall a
> > service
> > : > : pak?
> > : > :
> > : > : Thanks for all your help! Ron Mehrer
> > : >
> > : >
> > : >
> >
> >
>
>
> >> Stay informed about: inetinfo.exe memory leak |
|
| Back to top |
|
 |  |
External

Since: Aug 24, 2003 Posts: 1478
|
(Msg. 8) Posted: Thu Dec 08, 2005 9:56 am
Post subject: Re: inetinfo.exe memory leak [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
Look in the c:\winnt\ directory for a file named MEMORY.DMP - it should have
a time stamp reflecting the time of the failure. If it is there, it can be
analyzed and the issue isolated.
Pat
"mehrer" <mehrer.RemoveThis@discussions.microsoft.com> wrote in message
news:66F7F1C7-D169-4AD3-8ADD-AABE157D4B84@microsoft.com...
> Well, I do not know how to check for memory dump. What I had was a blue
> screen. What I could do was control-alt-delete, then access task manager,
> select application NEW TASK, then I run cmd and eventvwr.exe
> services.msc
> compmgmt.msc
> gpedit.msc
> lusrmgr.msc
> perfmon.msc
> fsmgmt.msc
> sysdm.cpl
> appwiz.cpl
> regedit.exe
>
> These commands worked and I could see events, etc. Also, the web pages
> continued working and updated the database throughtout. So technically,
> all
> apps were accessible this way but my desktop icons were not. Wierd.
> I think I should upgrade to iis 6 and Windows Server 2003.
>
> "Pat [MSFT]" wrote:
>
>> Just to clarify - when you say "crashed my server" you are referring to a
>> BSOD? If so, was a MEMORY.DMP file created in the \winnt directory?
>>
>> Pat
>>
>> "Ken Schaefer" <kenREMOVE.RemoveThis@THISadOpenStatic.com> wrote in message
>> news:O%23c%23hiu%23FHA.292@TK2MSFTNGP14.phx.gbl...
>> > Hi,
>> >
>> >
>> > "mehrer" <mehrer.RemoveThis@discussions.microsoft.com> wrote in message
>> > news:3C1AD51C-3CD9-427E-8415-2A25E940730A@microsoft.com...
>> > : hello, thanks for replying.
>> > :
>> > : Well the i/o reads seem excesive and do utliize resources, and since
>> > I
>> > ran
>> > : the file monitor program from system internals, it point directly to
>> > : inetinfo.exe and the activity reading the metabase located at
>> > : c:\winnt\system32\intetsrv\ntinst1.mdb.
>> > : So I question why would it be reading this 12,000,000 time in 3 days.
>> >
>> > I/O reads should not cause a server crash. Additionally, that should
>> > not
>> > cause a memory leak
>> > I don't know why inetinfo.exe is doing that many reads.
>> >
>> > : Also, I have checked the C# web page objects and they are being
>> > destoyed
>> > : properly. Also, the memory usage of the service inetinfo.exe is
>> > 19,000
>> > mb,
>> > : which seems high for only 3 pages running and few page hits. The
>> > paging
>> > file
>> > : usage is 378mb when iis is running, but only 230 when it is stopped.
>> > I
>> > have
>> > : reset iis but no effect.
>> >
>> > You are saying that InetInfo.exe is using 19 GB of RAM?!? I don't
>> > believe
>> > you
>> > If you are saying that inetinfo.exe is using 19MB of RAM, then that's
>> > not
>> > very much.
>> >
>> >
>> > : Do you think I need to run DH.exe to check the HEAP dump? Should I
>> > turn
>> > off
>> > : debugging, and how to do that?
>> >
>> > No, I do not think you need to do that.
>> >
>> > : Do you have any suggestions as to how I can troubleshoot this problem
>> > before
>> > : my server crashes again? Thanks.
>> >
>> > There doesn't seem to be anything here related to your crash. I don't
>> > see
>> > any evidence of a memory leak, or of a problem in general.
>> >
>> > How exactly did your server "crash"? Did you get a Blue Screen of Death
>> > (BSOD)? If so, what was the STOP/Bugcheck code?
>> >
>> > Cheers
>> > Ken
>> >
>> >
>> >
>> > : "Ken Schaefer" wrote:
>> > :
>> > : > Hi,
>> > : >
>> > : > I/O Reads have nothing to do with memory leaks.
>> > : >
>> > : > a) How do you know that inetinfo.exe is leaking memory?
>> > : > b) What other problems are you seeing?
>> > : >
>> > : > Cheers
>> > : > Ken
>> > : >
>> > : >
>> > : > "mehrer" <mehrer.RemoveThis@discussions.microsoft.com> wrote in message
>> > : > news:1AC43C20-BF1F-4113-893C-9CB416357A23@microsoft.com...
>> > : > :I have Windows Server 2000 with all the service paks installed.
>> > : > : I noticed my memory keeps increasing on my inetinfo.exe service.
>> > The
>> > i/o
>> > : > : reads has grown to 13,000,000 in just three days. I only have 3
>> > web
>> > sites
>> > : > : running with very little traffic. Maybe 10 hits per day.
>> > : > : The leak has crashed my Server once and I had to reinstall
>> > Windows
>> > Server
>> > : > : because I lost my desktop and tried everything else to recover
>> > it.
>> > : > : If I stop IIS and restart, the counter starts again and continues
>> > to
>> > : > increase.
>> > : > :
>> > : > : I ran file monitor from system internal and a process called
>> > inetinfo.exe
>> > : > : has reads every 2 seconds. The log filled up a whole page in
>> > just
>> > 30
>> > : > : seconds. The path of the process is
>> > C:\winnt\system32\inetsrv\ntinst1.mdb
>> > : > : with result SUCCESS on each line of the log file. I looked at
>> > the
>> > .mdb in
>> > : > : this folder and the database has tables with system classes and
>> > objects in
>> > : > : it. The size is only 512k or so it is not increasing in size.
>> > : > :
>> > : > : I am also running .net framework 1.1 with the hotfix 1.1. The
>> > web
>> > pages
>> > : > are
>> > : > : written in C#.net.
>> > : > :
>> > : > : What maybe causing this memory leak. What is the .mdb datase
>> > for.
>> > How
>> > : > else
>> > : > : can I troubleshoot this error. Do I need to remove or reinstall
>> > a
>> > service
>> > : > : pak?
>> > : > :
>> > : > : Thanks for all your help! Ron Mehrer
>> > : >
>> > : >
>> > : >
>> >
>> >
>>
>>
>> >> Stay informed about: inetinfo.exe memory leak |
|
| Back to top |
|
 |  |
External

Since: Jan 05, 2006 Posts: 3
|
(Msg. 9) Posted: Thu Jan 05, 2006 9:10 am
Post subject: RE: inetinfo.exe memory leak [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
didn't bother reading all the subsequent messages, should I?
try simply running an auto-reboot each night if possible
or maybe try restarting the IIS services each evening
workaroung, but this is MS we are dealing with >> Stay informed about: inetinfo.exe memory leak |
|
| Back to top |
|
 |  |
| Related Topics: | IIS 4.0 Memory Leak - Hi there, Im running in to major troubles on one of my production environments. Were running IIS4 on a NT machine and were getting a huge memory buildup in a short period of time. I'm talking about 1.4GB in less than 2 hours in the inetinfo process...
IIS Memory leak - We are currently trying to determine if we have a memory leak. I have searched and seen a number of posts about looking at Process\Private Bytes and Process\Virtual Bytes. What I have read indicates that if Private Bytes is increasing, you have a...
Memory Leak - Recently our IIS servers were rebuilt using better hardware. However, since the rebuilt we have been experiencing a memory leak problem and we have not been able to isolate the process causing it neither we have found major error in the ASP pages. Two...
Horrible memory leak - I've noticed dllhost.exe growing larger and larger. I looked at back posts and the response was a object collection problem in the coding. Well, to test this, I took a one line ".html" file and changed the extension to ".asp" Still...
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... |
|
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
|
|
|
|
 |
|
|