> If anyone has *any* info on how to eliminate this error 
> message, pleeeeease let me know.

Sorry it took so long to reply, but this should help. It originally was
posted by Gregory Narain. The only one I've played with is ObjectCacheTTL,
so you'll want to test these things a bit.

> I just had to deal with this problem.  Unfortunately, it will force some
> drastic changes in the server.  There are several registry keys that can
> be added that effectively eliminate the caching -- the cache scavenger
> as M$ calls it.
>
> 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!

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
voice: (202) 797-5496
fax: (202) 797-5444
------------------------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a message 
with 'unsubscribe' in the body to [EMAIL PROTECTED]

Reply via email to