Fine Tuning the Property Cache

The property cache is a large data structure, comparable in size to the master index. The registry parameter PropertyStoreMappedCache controls how much of the property cache is always kept in memory.

In most cases, you will not need to increase the default setting of the PropertyStoreMappedCache parameter. However, there are two cases in which you could change the default setting


If you find the second case is true, follow these steps:

  1. Check the size of the .prp file in the Catalog.wci directory.
  2. If your system has at least 32 megabytes plus the size of the .prp file in Random Access Memory (RAM), divide the size of the .prp file by 65536.
  3. Multiply that number by 50 percent, for future growth.
  4. Set the PropertyStoreMappedCache registry parameter to the resulting number (in decimal).
  5. Stop and restart the ContentIndex service in the Services applet of the Windows NT Control Panel.

For example, if your server has 64 megabytes of RAM and the size of your .prp file is 16,259,840 bytes, increase the PropertyStoreMappedCache setting to 372.


© 1997 by Microsoft Corporation. All rights reserved.