Knowledge Base

Memory Tuning for CMS and ContentStore Application Pools

How to set the CMS and ContentStore application pools to reduce their memory footprints.


Description

Customers who monitor their CMS server environments may notice high memory usage for the CMS and ContentStore application pools. This article describes how to set the CMS and ContentStore application pools to reduce their memory footprints.

Requirements

  • Systems administrative rights on the Content Management Server
  • CMS 10.5 must be installed to reduce the CMS memory footprint.
  • CMS 10.0–10.3 must be installed to reduce the ContentStore memory footprint.
Note

See CMS Statistics for details to check your site version.

Step-by-Step

Reduce CMS Memory Footprint

Your site requires CMS version 10.5 to reduce the CMS memory footprint.

Note
While this step-by-step reduces the memory footprint, this will also slow CMS operation performance.

To reduce the CMS memory footprint:

  1. Navigate to [Drive]:\[path-to-cms-site-root-folder]\site.
  2. Open local-appsettings.config in a text editor.
  3. As a child of the appSettings tag, create an add tag, where DisableRavenClientCache is set to true:
    DisableRavenClientCache Key
    <add key="DisableRavenClientCache" value="true"/>

    local-appsettings.config

  4. Save local-appsettings.config.
  5. Recycle the CMS application pool for this settings to take effect.

Reduce ContentStore Memory Footprint

Your site requires CMS version 10.0–10.3 to reduce the ContentStore memory footprint.

Note

While this step-by-step reduces the memory footprint, this will also slow CMS operation performance.

To reduce the ContentStore memory footprint:

  1. Navigate to [Drive]:\[path-to-cms-site-root-folder]\site\RavenWeb.
  2. Open Web.config in a text editor.
  3. As a child of the appSettings tag, create an add tag, where Raven/CacheDocumentsInMemory is set to false.
    Raven/CacheDocumentsInMemory Key
    <add key="Raven/CacheDocumentsInMemory" value="false"/>

    Web.config

  4. Save Web.config.

Additional Information

Related Topics:

  • PRODUCT: CMS
  • VERSION: CMS 10
  • RELEASE: 10.1, 10.2, 10.3, 10.5
  • Published: November 13, 2019
  • LAST UPDATED: September 19, 2023
  • Comments: 0

Please login to comment

Comments


There are no comments yet.