CountMemoryMaxSize
The maximum size (in kilobytes) of the result-count cache for CountType searches.
NOTE: Use this setting only if you intend to store more than the recommended number of documents in the IDOL Server data index. Configuring this setting is likely to result in a negative impact on IDOL Server performance.
Adding a value for CountMemoryMaxSize
prevents the cache of result document counts for queries on CountType fields from using more than the specified number of kilobytes of RAM. If the cache grows larger than that limit, it is no longer cached in RAM but read from disk when needed.
Type: | Long |
Default: | |
Required: | No |
Configuration Section: | Server |
Example: | CountMemoryMaxSize=102400
|
See Also: |