It also involves people with no understanding whatever of ME's memory
management -
Memory is there to be used (surprisingly enough!) - and MS takes the view
that the most likely program to be loaded is the one that's just been
closed, so leaves the RAM full, relieving the system of the necessity of
reloading it slowly from disk. If, however, something else is loaded, then
the RAM is very quickly released.
In short the behaviour described there is exactly what it was supposed to
be, no more, no less - and a lot faster if you accidentally close a program
you're working in!!

Signature
Noel Paton (MS-MVP 2002-2004, Win9x)
Nil Carborundum Illegitemi
http://www.btinternet.com/~winnoel/millsrpch.htm
Please read http://dts-l.org/goodpost.htm on how to post messages to NG's
> X-No-Archive: yes
> > There is NO memory leak in ME - except for a minor and very rare one in
[quoted text clipped - 4 lines]
>
> It involves opening and closing large files.
Typical M$ User - 25 Feb 2004 21:47 GMT
> It also involves people with no understanding whatever of ME's memory
> management -
[quoted text clipped - 8 lines]
> be, no more, no less - and a lot faster if you accidentally close a program
> you're working in!!
Ah, I see. Thanks
Rick T - 25 Feb 2004 21:54 GMT
> It also involves people with no understanding whatever of ME's memory
> management -
[quoted text clipped - 4 lines]
> reloading it slowly from disk. If, however, something else is loaded, then
> the RAM is very quickly released.
There's a fix for that in the MSKB "Unload DLLs directly" or something.
Didn't really notice any difference on my (granted 512MB) system.
> In short the behaviour described there is exactly what it was supposed to
> be, no more, no less - and a lot faster if you accidentally close a program
> you're working in!!
Rick
Typical M$ User - 25 Feb 2004 23:25 GMT
> There's a fix for that in the MSKB "Unload DLLs directly" or something.
> Didn't really notice any difference on my (granted 512MB) system.
Oh yeah, I almost forgot about that one:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Always
UnloadDLL\
(Default)="1"
Thanks