JSI Tip 0389 - How can I configure the IIS Object Cache Size?
Jerold Schulman
January 12, 1998
1 Min Read
The IIS Object cache is used to store hard to retrieve items such as file handles, Directory listings, and parsed Internet Database Connector queries and their results.
By default, the size of the cache is set at 10% of physical memory.
You can configure the cache size by editing:
HKEY_LOCAL_MACHINESystemCurrentControlSetServicesInetInfoParameters
and edit or Add Value of MemoryCacheSize which is a type REG_DWORD. A value of 0 disables the cache (bad idea) while any other value in bytes is valid.
Stop and start the IIS service or reboot.
About the Author
Sign up for the ITPro Today newsletter
Stay on top of the IT universe with commentary, news analysis, how-to's, and tips delivered to your inbox daily.
You May Also Like