<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://community.appian.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>KB-1226 Content (collaboration) engine consumes high memory</title><link>https://community.appian.com/support/w/kb/441/kb-1226-content-collaboration-engine-consumes-high-memory</link><description /><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>KB-1226 Content (collaboration) engine consumes high memory</title><link>https://community.appian.com/support/w/kb/441/kb-1226-content-collaboration-engine-consumes-high-memory</link><pubDate>Mon, 03 Jul 2023 02:54:01 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:5d1e548e-5071-4bb1-a5f4-0d9c8f61d17b</guid><dc:creator>Maggie Deppe-Walker</dc:creator><comments>https://community.appian.com/support/w/kb/441/kb-1226-content-collaboration-engine-consumes-high-memory#comments</comments><description>Current Revision posted to Appian Knowledge Base by Maggie Deppe-Walker on 7/3/2023 2:54:01 AM&lt;br /&gt;
&lt;h2 id="symptoms"&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;The Content (Collaboration) engine&amp;#39;s database process occupies high memory on RAM when compared to the size of the &lt;strong&gt;.kdb&lt;/strong&gt; file on disk. The general rule of thumb is that the &lt;strong&gt;.kdb&lt;/strong&gt;&amp;nbsp;files should consume roughly 2.5 times the amount of RAM as they do disk space, in gigabytes.&lt;/p&gt;
&lt;h2 id="cause"&gt;Cause&lt;/h2&gt;
&lt;p&gt;This issue is usually&amp;nbsp;caused by a large number of versions of a single constant, which increases the memory footprint of the Content engine&amp;nbsp;and can also cause slowness.&lt;/p&gt;
&lt;h2 id="action"&gt;Action&lt;/h2&gt;
&lt;ol&gt;
&lt;li&gt;Download and install the latest version of&amp;nbsp;&lt;a href="/b/appmarket/posts/content-tools" rel="noopener noreferrer" target="_blank"&gt;Content Tools&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;Run the following command&amp;nbsp;to identify all objects with 100+ versions&amp;nbsp;&lt;code&gt;getContentObjectsWithNumOfVersions(100,all,true)&lt;/code&gt;.
&lt;ol&gt;
&lt;li&gt;&lt;strong&gt;Note&lt;/strong&gt;:&amp;nbsp;Only&amp;nbsp;run this off-hours on production systems to avoid potential user impact.&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;Export, delete, and re-import all objects in the list to clear out excessive versions.&lt;/li&gt;
&lt;li&gt;&lt;a href="https://docs.appian.com/suite/help/latest/Starting_and_Stopping_Appian.html"&gt;Restart Appian&lt;/a&gt; to reclaim memory.&lt;/li&gt;
&lt;li&gt;For each constant identified with too many versions, update the application to stop creating new versions:
&lt;ol&gt;
&lt;li&gt;Search the constant&amp;#39;s dependents in Appian Designer to find the process model where the constant is updated.&amp;nbsp;&lt;/li&gt;
&lt;li&gt;Update the &lt;a title="Update Constant Smart Service" href="https://docs.appian.com/suite/help/latest/Update_Constant_Smart_Service.html#configuration-options" rel="noopener noreferrer" target="_blank"&gt;Update Constant Smart Service&lt;/a&gt; to not create versions by setting input &lt;code&gt;Create New Version: false&lt;/code&gt;.&lt;/li&gt;
&lt;li&gt;Alternatively, if the constant is just used as an incrementing counter, use the &lt;a title="Increment Constant Smart Service" href="https://docs.appian.com/suite/help/latest/Increment_Constant_Smart_Service.html" rel="noopener noreferrer" target="_blank"&gt;Increment Constant Smart Service&lt;/a&gt; instead, which does not create versions.&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;h2 id="affected-versions"&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;This article applies to all versions of Appian.&lt;/p&gt;
&lt;p&gt;Last Reviewed: June 2023&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: administration, memory, engines, application design, content&lt;/div&gt;
</description></item><item><title>KB-1226 Content (collaboration) engine consumes high memory</title><link>https://community.appian.com/support/w/kb/441/kb-1226-content-collaboration-engine-consumes-high-memory/revision/6</link><pubDate>Sun, 05 Jan 2020 23:43:26 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:5d1e548e-5071-4bb1-a5f4-0d9c8f61d17b</guid><dc:creator>Parmida Borhani</dc:creator><comments>https://community.appian.com/support/w/kb/441/kb-1226-content-collaboration-engine-consumes-high-memory#comments</comments><description>Revision 6 posted to Appian Knowledge Base by Parmida Borhani on 1/5/2020 11:43:26 PM&lt;br /&gt;
&lt;div class="row content_container"&gt;
&lt;h2 id="symptoms"&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;The Content (Collaboration) engine&amp;#39;s database process occupies high memory on RAM when compared to the size of the .kdb file on disk. The general rule of thumb is that the KDB files should consume roughly 2.5 times the amount of RAM as they do disk space, in gigabytes.&lt;/p&gt;
&lt;h2 id="cause"&gt;Cause&lt;/h2&gt;
&lt;p&gt;This issue is usually observed when you have a large number of versions of a single constant, which increases the memory footprint of the Content engine&amp;#39;s database process.&lt;/p&gt;
&lt;p&gt;This issue can also occur when using the &amp;quot;Update Constant Smart Service&amp;quot;, which creates new versions of a constant every time it&amp;#39;s run. This creates a lot of versions of a constant over time.&lt;/p&gt;
&lt;h2 id="action"&gt;Action&lt;/h2&gt;
&lt;ol&gt;
&lt;li&gt;Download and install the latest version of&amp;nbsp;&lt;a href="/b/appmarket/posts/content-tools" rel="noopener noreferrer" target="_blank"&gt;Content Tools&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;Import&amp;nbsp;&lt;a href="https://community.appian.com/cfs-file/__key/communityserver-wikis-components-files/00-00-00-00-11/5314.Rule_5F00_Constant-Version-Analysis.zip"&gt;community.appian.com/.../5314.Rule_5F00_Constant-Version-Analysis.zip&lt;/a&gt;&amp;nbsp;into your environment. This app was built in Appian 7.8 and will work in Appian 7.8 and later.&lt;/li&gt;
&lt;li&gt;Run the &lt;strong&gt;Analyze Rule and Constant Versions&lt;/strong&gt;&amp;nbsp;action in the&amp;nbsp;&lt;strong&gt;Rule/Constant Version Analysis&lt;/strong&gt; application.
&lt;ol&gt;
&lt;li&gt;Under&amp;nbsp;&lt;strong&gt;Constant or Rule&lt;/strong&gt;, select&amp;nbsp;&lt;strong&gt;Both&lt;/strong&gt;.&lt;/li&gt;
&lt;li&gt;Under&amp;nbsp;&lt;strong&gt;Minimum Number of Versions&lt;/strong&gt;, select&amp;nbsp;&lt;strong&gt;100&lt;/strong&gt;. Appian Technical Support may request this number to be lower depending on how many objects there are.&lt;/li&gt;
&lt;li&gt;Hit&amp;nbsp;&lt;strong&gt;Submit&lt;/strong&gt;.&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;Analyze the CSV file provided at the end of the action. Export, delete, and re-import all objects in the list.&lt;/li&gt;
&lt;li&gt;Restart Appian to reclaim memory.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;In most situations, Appian Technical Support recommends updating the design to avoid using constants and moving/writing the value to a database instead.&lt;/p&gt;
&lt;h2 id="affected-versions"&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;This article applies to all versions of Appian.&lt;/p&gt;
&lt;/div&gt;
&lt;p&gt;Last Reviewed: January 2020&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: administration, memory, engines, application design, content&lt;/div&gt;
</description></item><item><title>KB-1226 Content (collaboration) engine consumes high memory</title><link>https://community.appian.com/support/w/kb/441/kb-1226-content-collaboration-engine-consumes-high-memory/revision/5</link><pubDate>Thu, 22 Feb 2018 09:10:12 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:5d1e548e-5071-4bb1-a5f4-0d9c8f61d17b</guid><dc:creator>Nick Vigilante</dc:creator><comments>https://community.appian.com/support/w/kb/441/kb-1226-content-collaboration-engine-consumes-high-memory#comments</comments><description>Revision 5 posted to Appian Knowledge Base by Nick Vigilante on 2/22/2018 9:10:12 AM&lt;br /&gt;
&lt;div class="row content_container"&gt;
&lt;h2 id="symptoms"&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;The Content (Collaboration) engine&amp;#39;s database process occupies high memory on RAM when compared to the size of the .kdb file on disk. The general rule of thumb is that the KDB files should consume roughly 2.5 times the amount of RAM as they do disk space, in gigabytes.&lt;/p&gt;
&lt;h2 id="cause"&gt;Cause&lt;/h2&gt;
&lt;p&gt;This issue is usually observed when you have a large number of versions of a single constant, which increases the memory footprint of the Content engine&amp;#39;s database process.&lt;/p&gt;
&lt;p&gt;This issue can also occur when using the &amp;quot;Update Constant Smart Service&amp;quot;, which creates new versions of a constant every time it&amp;#39;s run. This creates a lot of versions of a constant over time.&lt;/p&gt;
&lt;h2 id="action"&gt;Action&lt;/h2&gt;
&lt;ol&gt;
&lt;li&gt;Download and install the latest version of&amp;nbsp;&lt;a href="https://forum.appian.com/suite/tempo/records/item/lIBCLGOdlMUpdGVqW3dQaIKmclBmvvNEj8vu_cjb7T-5YiPr4Fu8ly5Yj1s09uenE4RYzA8zKyx7eiUjehE6c4co9Y9YmYyXyje4cU5tvLsZq51/view/summary" target="_blank"&gt;Content Details by UUID&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;Import&amp;nbsp;&lt;a href="https://community.appian.com/cfs-file/__key/communityserver-wikis-components-files/00-00-00-00-11/5314.Rule_5F00_Constant-Version-Analysis.zip"&gt;community.appian.com/.../5314.Rule_5F00_Constant-Version-Analysis.zip&lt;/a&gt;&amp;nbsp;into your environment. This app was built in Appian 7.8 and will work in Appian 7.8 and later.&lt;/li&gt;
&lt;li&gt;Run the &lt;strong&gt;Analyze Rule and Constant Versions&lt;/strong&gt;&amp;nbsp;action in the&amp;nbsp;&lt;strong&gt;Rule/Constant Version Analysis&lt;/strong&gt; application.
&lt;ol&gt;
&lt;li&gt;Under&amp;nbsp;&lt;strong&gt;Constant or Rule&lt;/strong&gt;, select&amp;nbsp;&lt;strong&gt;Both&lt;/strong&gt;.&lt;/li&gt;
&lt;li&gt;Under&amp;nbsp;&lt;strong&gt;Minimum Number of Versions&lt;/strong&gt;, select&amp;nbsp;&lt;strong&gt;100&lt;/strong&gt;. Appian Technical Support may request this number to be lower depending on how many objects there are.&lt;/li&gt;
&lt;li&gt;Hit&amp;nbsp;&lt;strong&gt;Submit&lt;/strong&gt;.&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;Analyze the CSV file provided at the end of the action. Export, delete, and re-import all objects in the list.&lt;/li&gt;
&lt;li&gt;Restart Appian to reclaim memory.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;In most situations, Appian Technical Support recommends updating the design to avoid using constants and moving/writing the value to a database instead.&lt;/p&gt;
&lt;h2 id="affected-versions"&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;This article applies to all versions of Appian.&lt;/p&gt;
&lt;/div&gt;
&lt;p&gt;Last Reviewed:&amp;nbsp;February 2018&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: memory, engines, application design&lt;/div&gt;
</description></item><item><title>KB-1226 Content (collaboration) engine consumes high memory</title><link>https://community.appian.com/support/w/kb/441/kb-1226-content-collaboration-engine-consumes-high-memory/revision/4</link><pubDate>Thu, 22 Feb 2018 09:06:22 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:5d1e548e-5071-4bb1-a5f4-0d9c8f61d17b</guid><dc:creator>Nick Vigilante</dc:creator><comments>https://community.appian.com/support/w/kb/441/kb-1226-content-collaboration-engine-consumes-high-memory#comments</comments><description>Revision 4 posted to Appian Knowledge Base by Nick Vigilante on 2/22/2018 9:06:22 AM&lt;br /&gt;
&lt;div class="row content_container"&gt;
&lt;h2 id="symptoms"&gt;&lt;a href="https://community.appian.com/cfs-file/__key/communityserver-wikis-components-files/00-00-00-00-11/Rule_5F00_Constant-Version-Analysis.zip"&gt;community.appian.com/.../Rule_5F00_Constant-Version-Analysis.zip&lt;/a&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;The Content (Collaboration) engine&amp;#39;s database process occupies high memory on RAM when compared to the size of the .kdb file on disk. The general rule of thumb is that the KDB files should consume roughly 2.5 times the amount of RAM as they do disk space, in gigabytes.&lt;/p&gt;
&lt;h2 id="cause"&gt;Cause&lt;/h2&gt;
&lt;p&gt;This issue is usually observed when you have a large number of versions of a single constant, which increases the memory footprint of the Content engine&amp;#39;s database process.&lt;/p&gt;
&lt;p&gt;This issue can also occur when using the &amp;quot;Update Constant Smart Service&amp;quot;, which creates new versions of a constant every time it&amp;#39;s run. This creates a lot of versions of a constant over time.&lt;/p&gt;
&lt;h2 id="action"&gt;Action&lt;/h2&gt;
&lt;ol&gt;
&lt;li&gt;Download and install the latest version of&amp;nbsp;&lt;a href="https://forum.appian.com/suite/tempo/records/item/lIBCLGOdlMUpdGVqW3dQaIKmclBmvvNEj8vu_cjb7T-5YiPr4Fu8ly5Yj1s09uenE4RYzA8zKyx7eiUjehE6c4co9Y9YmYyXyje4cU5tvLsZq51/view/summary" target="_blank"&gt;Content Details by UUID&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;Import&amp;nbsp;&lt;a href="https://community.appian.com/cfs-file/__key/communityserver-wikis-components-files/00-00-00-00-11/5700.RuleConstant-Version-Analysis.zip"&gt;community.appian.com/.../5700.RuleConstant-Version-Analysis.zip&lt;/a&gt;&amp;nbsp;into your environment. This app was built in Appian 7.8 and will work in Appian 7.8 and later.&lt;/li&gt;
&lt;li&gt;Run the &lt;strong&gt;Analyze Rule and Constant Versions&lt;/strong&gt;&amp;nbsp;action in the&amp;nbsp;&lt;strong&gt;Rule/Constant Version Analysis&lt;/strong&gt; application.
&lt;ol&gt;
&lt;li&gt;Under&amp;nbsp;&lt;strong&gt;Constant or Rule&lt;/strong&gt;, select&amp;nbsp;&lt;strong&gt;Both&lt;/strong&gt;.&lt;/li&gt;
&lt;li&gt;Under&amp;nbsp;&lt;strong&gt;Minimum Number of Versions&lt;/strong&gt;, select&amp;nbsp;&lt;strong&gt;100&lt;/strong&gt;. Appian Technical Support may request this number to be lower depending on how many objects there are.&lt;/li&gt;
&lt;li&gt;Hit&amp;nbsp;&lt;strong&gt;Submit&lt;/strong&gt;.&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;Analyze the CSV file provided at the end of the action. Export, delete, and re-import all objects in the list.&lt;/li&gt;
&lt;li&gt;Restart Appian to reclaim memory.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;In most situations, Appian Technical Support recommends updating the design to avoid using constants and moving/writing the value to a database instead.&lt;/p&gt;
&lt;h2 id="affected-versions"&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;This article applies to all versions of Appian.&lt;/p&gt;
&lt;/div&gt;
&lt;p&gt;Last Reviewed:&amp;nbsp;March 2017&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: memory, engines, application design&lt;/div&gt;
</description></item><item><title>KB-1226 Content (collaboration) engine consumes high memory</title><link>https://community.appian.com/support/w/kb/441/kb-1226-content-collaboration-engine-consumes-high-memory/revision/3</link><pubDate>Tue, 07 Mar 2017 14:11:39 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:5d1e548e-5071-4bb1-a5f4-0d9c8f61d17b</guid><dc:creator>Nick Vigilante</dc:creator><comments>https://community.appian.com/support/w/kb/441/kb-1226-content-collaboration-engine-consumes-high-memory#comments</comments><description>Revision 3 posted to Appian Knowledge Base by Nick Vigilante on 3/7/2017 2:11:39 PM&lt;br /&gt;
&lt;div class="row content_container"&gt;
&lt;h2 id="symptoms"&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;The Content (Collaboration) engine&amp;#39;s database process occupies high memory on RAM when compared to the size of the .kdb file on disk. The general rule of thumb is that the KDB files should consume roughly 2.5 times the amount of RAM as they do disk space, in gigabytes.&lt;/p&gt;
&lt;h2 id="cause"&gt;Cause&lt;/h2&gt;
&lt;p&gt;This issue is usually observed when you have a large number of versions of a single constant, which increases the memory footprint of the Content engine&amp;#39;s database process.&lt;/p&gt;
&lt;p&gt;This issue can also occur when using the &amp;quot;Update Constant Smart Service&amp;quot;, which creates new versions of a constant every time it&amp;#39;s run. This creates a lot of versions of a constant over time.&lt;/p&gt;
&lt;h2 id="action"&gt;Action&lt;/h2&gt;
&lt;ol&gt;
&lt;li&gt;Download and install the latest version of&amp;nbsp;&lt;a href="https://forum.appian.com/suite/tempo/records/item/lIBCLGOdlMUpdGVqW3dQaIKmclBmvvNEj8vu_cjb7T-5YiPr4Fu8ly5Yj1s09uenE4RYzA8zKyx7eiUjehE6c4co9Y9YmYyXyje4cU5tvLsZq51/view/summary" target="_blank"&gt;Content Details by UUID&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;Import&amp;nbsp;&lt;a href="https://community.appian.com/cfs-file/__key/communityserver-wikis-components-files/00-00-00-00-11/5700.RuleConstant-Version-Analysis.zip"&gt;community.appian.com/.../5700.RuleConstant-Version-Analysis.zip&lt;/a&gt;&amp;nbsp;into your environment. This app was built in Appian 7.8 and will work in Appian 7.8 and later.&lt;/li&gt;
&lt;li&gt;Run the &lt;strong&gt;Analyze Rule and Constant Versions&lt;/strong&gt;&amp;nbsp;action in the&amp;nbsp;&lt;strong&gt;Rule/Constant Version Analysis&lt;/strong&gt; application.
&lt;ol&gt;
&lt;li&gt;Under&amp;nbsp;&lt;strong&gt;Constant or Rule&lt;/strong&gt;, select&amp;nbsp;&lt;strong&gt;Both&lt;/strong&gt;.&lt;/li&gt;
&lt;li&gt;Under&amp;nbsp;&lt;strong&gt;Minimum Number of Versions&lt;/strong&gt;, select&amp;nbsp;&lt;strong&gt;100&lt;/strong&gt;. Appian Technical Support may request this number to be lower depending on how many objects there are.&lt;/li&gt;
&lt;li&gt;Hit&amp;nbsp;&lt;strong&gt;Submit&lt;/strong&gt;.&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;Analyze the CSV file provided at the end of the action. Export, delete, and re-import all objects in the list.&lt;/li&gt;
&lt;li&gt;Restart Appian to reclaim memory.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;In most situations, Appian Technical Support recommends updating the design to avoid using constants and moving/writing the value to a database instead.&lt;/p&gt;
&lt;h2 id="affected-versions"&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;This article applies to all versions of Appian.&lt;/p&gt;
&lt;/div&gt;
&lt;p&gt;Last Reviewed:&amp;nbsp;March 2017&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: memory, engines, application design&lt;/div&gt;
</description></item><item><title>KB-1226 Content (collaboration) engine consumes high memory</title><link>https://community.appian.com/support/w/kb/441/kb-1226-content-collaboration-engine-consumes-high-memory/revision/2</link><pubDate>Tue, 07 Mar 2017 10:09:15 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:5d1e548e-5071-4bb1-a5f4-0d9c8f61d17b</guid><dc:creator>Nick Vigilante</dc:creator><comments>https://community.appian.com/support/w/kb/441/kb-1226-content-collaboration-engine-consumes-high-memory#comments</comments><description>Revision 2 posted to Appian Knowledge Base by Nick Vigilante on 3/7/2017 10:09:15 AM&lt;br /&gt;
&lt;div class="row content_container"&gt;
&lt;h2 id="symptoms"&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;The Content (Collaboration) engine&amp;#39;s database process occupies high memory on RAM when compared to the size of the .kdb file on disk. The general rule of thumb is that the KDB files should consume roughly 2.5 times the amount of RAM as they do disk space, in gigabytes.&lt;/p&gt;
&lt;h2 id="cause"&gt;Cause&lt;/h2&gt;
&lt;p&gt;This issue is usually observed when you have a large number of versions of a single constant, which increases the memory footprint of the Content engine&amp;#39;s database process.&lt;/p&gt;
&lt;p&gt;This issue can also occur when using the &amp;quot;Update Constant Smart Service&amp;quot;, which creates new versions of a constant every time it&amp;#39;s run. This creates a lot of versions of a constant over time.&lt;/p&gt;
&lt;h2 id="action"&gt;Action&lt;/h2&gt;
&lt;ol&gt;
&lt;li&gt;Download and install the latest version of&amp;nbsp;&lt;a href="https://forum.appian.com/suite/tempo/records/item/lIBCLGOdlMUpdGVqW3dQaIKmclBmvvNEj8vu_cjb7T-5YiPr4Fu8ly5Yj1s09uenE4RYzA8zKyx7eiUjehE6c4co9Y9YmYyXyje4cU5tvLsZq51/view/summary" target="_blank"&gt;Content Details by UUID&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;Import&amp;nbsp;&lt;a href="https://community.appian.com/cfs-file/__key/communityserver-wikis-components-files/00-00-00-00-11/2514.RuleConstant-Version-Analysis.zip"&gt;community.appian.com/.../2514.RuleConstant-Version-Analysis.zip&lt;/a&gt;&amp;nbsp;into your environment. This app was built in Appian 7.8 and will work in Appian 7.8 and later.&lt;/li&gt;
&lt;li&gt;Run the &lt;strong&gt;Analyze Rule and Constant Versions&lt;/strong&gt;&amp;nbsp;action in the&amp;nbsp;&lt;strong&gt;Rule/Constant Version Analysis&lt;/strong&gt; application.
&lt;ol&gt;
&lt;li&gt;Under&amp;nbsp;&lt;strong&gt;Constant or Rule&lt;/strong&gt;, select&amp;nbsp;&lt;strong&gt;Both&lt;/strong&gt;.&lt;/li&gt;
&lt;li&gt;Under&amp;nbsp;&lt;strong&gt;Minimum Number of Versions&lt;/strong&gt;, select&amp;nbsp;&lt;strong&gt;100&lt;/strong&gt;. Appian Technical Support may request this number to be lower depending on how many objects there are.&lt;/li&gt;
&lt;li&gt;Hit&amp;nbsp;&lt;strong&gt;Submit&lt;/strong&gt;.&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;Analyze the CSV file provided at the end of the action. Export, delete, and re-import all objects in the list.&lt;/li&gt;
&lt;li&gt;Restart Appian to reclaim memory.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;In most situations, Appian Technical Support recommends updating the design to avoid using constants and moving/writing the value to a database instead.&lt;/p&gt;
&lt;h2 id="affected-versions"&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;This article applies to all versions of Appian.&lt;/p&gt;
&lt;/div&gt;
&lt;p&gt;Last Reviewed:&amp;nbsp;March 2017&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: memory, engines, application design&lt;/div&gt;
</description></item><item><title>KB-1226 Content (collaboration) engine consumes high memory</title><link>https://community.appian.com/support/w/kb/441/kb-1226-content-collaboration-engine-consumes-high-memory/revision/1</link><pubDate>Mon, 06 Mar 2017 21:39:44 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:5d1e548e-5071-4bb1-a5f4-0d9c8f61d17b</guid><dc:creator>Nick Vigilante</dc:creator><comments>https://community.appian.com/support/w/kb/441/kb-1226-content-collaboration-engine-consumes-high-memory#comments</comments><description>Revision 1 posted to Appian Knowledge Base by Nick Vigilante on 3/6/2017 9:39:44 PM&lt;br /&gt;
&lt;div class="row content_container"&gt;
&lt;h2 id="symptoms"&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;The Content (Collaboration) engine&amp;#39;s database process occupies high memory on RAM when compared to the size of the .kdb file on disk. The general rule of thumb is that the KDB files should consume roughly 2.5 times the amount of RAM as they do disk space, in gigabytes.&lt;/p&gt;
&lt;h2 id="cause"&gt;Cause&lt;/h2&gt;
&lt;p&gt;This issue is usually observed when you have a large number of versions of a single constant, which increases the memory footprint of the Content engine&amp;#39;s database process.&lt;/p&gt;
&lt;p&gt;This issue can also occur when using the &amp;quot;Update Constant Smart Service&amp;quot;, which creates new versions of a constant every time it&amp;#39;s run. This creates a lot of versions of a constant over time.&lt;/p&gt;
&lt;h2 id="action"&gt;Action&lt;/h2&gt;
&lt;ol&gt;
&lt;li&gt;Download and install the latest version of&amp;nbsp;&lt;a href="https://forum.appian.com/suite/tempo/records/item/lIBCLGOdlMUpdGVqW3dQaIKmclBmvvNEj8vu_cjb7T-5YiPr4Fu8ly5Yj1s09uenE4RYzA8zKyx7eiUjehE6c4co9Y9YmYyXyje4cU5tvLsZq51/view/summary" target="_blank"&gt;Content Details by UUID&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;Import&amp;nbsp;&lt;a href="https://community.appian.com/cfs-file/__key/communityserver-wikis-components-files/00-00-00-00-11/5633.RuleConstant-Version-Analysis-2.6.0.zip"&gt;community.appian.com/.../5633.RuleConstant-Version-Analysis-2.6.0.zip&lt;/a&gt;&amp;nbsp;into your environment. This app was built in Appian 7.8 and will work in Appian 7.8 and later.&lt;/li&gt;
&lt;li&gt;Run the &lt;strong&gt;Analyze Rule and Constant Versions&lt;/strong&gt;&amp;nbsp;action in the&amp;nbsp;&lt;strong&gt;Rule/Constant Version Analysis&lt;/strong&gt; application.
&lt;ol&gt;
&lt;li&gt;Under&amp;nbsp;&lt;strong&gt;Constant or Rule&lt;/strong&gt;, select&amp;nbsp;&lt;strong&gt;Both&lt;/strong&gt;.&lt;/li&gt;
&lt;li&gt;Under&amp;nbsp;&lt;strong&gt;Minimum Number of Versions&lt;/strong&gt;, select&amp;nbsp;&lt;strong&gt;100&lt;/strong&gt;. Appian Technical Support may request this number to be lower depending on how many objects there are.&lt;/li&gt;
&lt;li&gt;Hit&amp;nbsp;&lt;strong&gt;Submit&lt;/strong&gt;.&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;Analyze the CSV file provided at the end of the action. Export, delete, and re-import all objects in the list.&lt;/li&gt;
&lt;li&gt;Restart Appian to reclaim memory.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;In most situations, Appian Technical Support recommends updating the design to avoid using constants and moving/writing the value to a database instead.&lt;/p&gt;
&lt;h2 id="affected-versions"&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;This article applies to all versions of Appian.&lt;/p&gt;
&lt;/div&gt;
&lt;p&gt;Last Reviewed:&amp;nbsp;March 2017&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: memory, engines, application design&lt;/div&gt;
</description></item></channel></rss>