How can I configure the amount of IIS Cache?

John Savill

January 8, 2000

1 Min Read
ITPro Today logo in a gray background | ITPro Today

A. By default InetInfo, the process responsible for WWW, FTP and Gopher uses a 3MB of cache for all of the services. This cache is used to store files in memory providing faster access than from disk. To change the amount of memory available for the cache perform the following:

  1. Start the registry editor (regedit.exe)

  2. Move to HKEY_LOCAL_MACHINESystemCurrentControlSetServicesInetInfoParameters

  3. From the Edit menu select New - DWord value

  4. Enter a name of MemoryCacheSize and click Enter

  5. Double click the new value and set to the amount of memory you wish to use for the cache in bytes, e.g. 5000000 for 5MB and click OK

  6. Close the registry editor

  7. Stop and start all IIS services

If you wish to disable caching set the value to 0 however this could have a serious effect on performance.

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