Oops, no atachments allowed. Here it is in full:

Originally posted by Gregory Narain - ages ago.
=======================================================================
All of the entries go into the
HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\InetInfo\Parameters
key

ObjectCacheTTL (DWORD)
----------------------
This thing supposedly tells IIS how long to hold on to the files.  They
have a special value (as opposed to using just 0!) of 0xFFFFFFFF that
supposedly disables the scavenger.

Defaults to 10 minutes.


ObjectFilesInCache (DWORD)
--------------------------
This reduces the total memory allowed to be in cache.  You can simply
set this one to zero.

Defaults to 1000 for every 32MB of memory.


MemoryCacheSize (DWORD)
-----------------------
This puppy caches system handles and other things for IIS (directory
listings, etc.)  You can set this to 0 and eliminate the caching
supposedly.

Defaults to 3072000, 3MB.


DisableMemoryCache (DWORD)
--------------------------
Well, this one I found from a reference to a knowledge book in the
forums.  Apparently, setting MemoryCache to 0 wasn't intuitive enough so
they made an an extra value.  Set this to 1 and it REALLY will work.  I
tried this one yesterday and it's all good to go now. KB Article Q191742
for reference.

Defaults.. it wasn't ever meant to be used!

=========================================================================

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to