Lower memory use after publishes on DSS 9.0 SR5
A new DSS web.config setting, TightMemoryControl, can help prevent memory leak after a publish.
Description
When site control caching is enabled, a DSS site may begin to leak memory when its navigation rebuilds after a publish. To prevent this issue, administrators can enable the TightMemoryControl setting in the DSS web.config.
Purpose
To release leaked memory that can occur when navigations rebuild after a publish.
Requirements
A DSS site that's been upgraded to CMS 9.5.
Step-by-Step
- Open web.config in a text editor.
- Locate the add node that includes TightMemoryControl. Set value to true.
- If desired, configure the value of MemoryCleanupDelay. This sets how long, in seconds, to wait to clean up memory after each publish.
- Save web.config.
There are no comments yet.