No memory leaks in Internet Explorer. Malware can cause the situation
you are experiencing.
---
Leonard Grey
Errare humanum est
In addition, you might run a diagnostics test.
http://oca.microsoft.com/en/windiag.asp
http://www.memtest86.com/

Signature
Gistcheckin
> No memory leaks in Internet Explorer. Malware can cause the situation
> you are experiencing.
[quoted text clipped - 8 lines]
> > I just experienced out of memory errors on a 2GB RAM machine with a 3GB max
> > paging file. I have about 20 IE7 instances open.
IE7 can soak up as much as 400 to 500MB of memory before stalling. I'm a developer, and we have repeated this for verification on 8+ machines with fresh installs of Windows XP, Service Pack 2 and IE7. Eventually, the browser will no longer open tabs or hyperlinks. I am looking for any posts that list a viable workaround. It is not related to browser helper objects, spyware, malware, or the amount of memory installed in a pc, as we have repeated the errors on machines ranging from 500MB to 4GB of high speed, as well as different boards, processors, memory slot types, etc.
EggHeadCafe - .NET Developer Portal of Choice
http://www.eggheadcafe.com
MikeV06 - 12 Nov 2007 23:56 GMT
> IE7 can soak up as much as 400 to 500MB of memory before stalling. I'm a developer, and we have repeated this for verification on 8+ machines with fresh installs of Windows XP, Service Pack 2 and IE7. Eventually, the browser will no longer open tabs or hyperlinks. I am looking for any posts that list a viable workaround. It is not related to browser helper objects, spyware, malware, or the amount of memory installed in a pc, as we have repeated the errors on machines ranging from 500MB to 4GB of high speed, as well as different boards, processors, memory slot types, etc.
>
> EggHeadCafe - .NET Developer Portal of Choice
> http://www.eggheadcafe.com
I have on occasion seen the same thing. This may not be relevant, but I
thought I would mention it in case it would help.
There is a maximum number of tabs, but I doubt that you would be hitting
that:
If you are a heavy user of Tabs (50+) you may start to see problems - new
tabs and windows may fail to open, right click may not work, programmes may
not start. If you experience this problem you can increase the number of
tabs that can be opened by editing the registry.
The key to use is:
HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Session
Manager\SubSystems\Windows
DWORD very similar to:
%SystemRoot%\system32\csrss.exe ObjectDirectory=\Windows
SharedSection=1024,3072,512 Windows=On SubSystemType=Windows
ServerDll=basesrv,1 ServerDll=winsrv:UserServerDllInitialization,3
ServerDll=winsrv:ConServerDllInitialization,2 ProfileControl=Off
MaxRequestThreads=16
Change the highlighted 3072 to 4096 or even 5120.
Robert Aldwinckle - 13 Nov 2007 16:14 GMT
> IE7 can soak up as much as 400 to 500MB of memory before stalling.
Doing what?
> I'm a developer, and we have repeated this for verification on 8+ machines with fresh installs of Windows XP, Service Pack 2 and
> IE7.
> Eventually, the browser will no longer open tabs or hyperlinks.
> I am looking for any posts that list a viable workaround.
If it's GDI Objects the only workaround I have found is to close
some windows and get that statistic back below 9,000.
---
> It is not related to browser helper objects, spyware, malware, or the amount of memory installed in a pc, as we have repeated the
> errors on machines ranging from 500MB to 4GB of high speed, as well as different boards, processors, memory slot types, etc.
>
> EggHeadCafe - .NET Developer Portal of Choice
> http://www.eggheadcafe.com