<?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-1532 Process design and personalization engines constantly checkpointing and filling up disk space</title><link>https://community.appian.com/support/w/kb/856/kb-1532-process-design-and-personalization-engines-constantly-checkpointing-and-filling-up-disk-space</link><description /><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>KB-1532 Process design and personalization engines constantly checkpointing and filling up disk space</title><link>https://community.appian.com/support/w/kb/856/kb-1532-process-design-and-personalization-engines-constantly-checkpointing-and-filling-up-disk-space</link><pubDate>Mon, 23 Jul 2018 03:31:33 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:a38823a7-8061-4833-89f9-aed0aa8ffbd5</guid><dc:creator>Parmida Borhani</dc:creator><comments>https://community.appian.com/support/w/kb/856/kb-1532-process-design-and-personalization-engines-constantly-checkpointing-and-filling-up-disk-space#comments</comments><description>Current Revision posted to Appian Knowledge Base by Parmida Borhani on 7/23/2018 3:31:33 AM&lt;br /&gt;
&lt;h2&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;For a given interval of time, both the&amp;nbsp;process design&amp;nbsp;and personalization engines are checkpointing often, causing issues with disk space. The following is shown in the &lt;strong&gt;service_manager.log&lt;/strong&gt;:&lt;/p&gt;
&lt;pre class="code-java"&gt;[KomodoEventBus-29] INFO  com.appian.komodo.engine.checkpoint.AutoCheckpointer - Automatic checkpointing enabled &lt;span class="code-keyword"&gt;for&lt;/span&gt; channels, triggered after every 100000 transactions or every 22 hours.
[KomodoEventBus-32] INFO  com.appian.komodo.engine.checkpoint.AutoCheckpointer - Automatic checkpointing enabled &lt;span class="code-keyword"&gt;for&lt;/span&gt; notifications-email, triggered after every 100000 transactions or every 22 hours.
[KomodoEventBus-58] INFO  com.appian.komodo.engine.checkpoint.AutoCheckpointer - Automatic checkpointing enabled &lt;span class="code-keyword"&gt;for&lt;/span&gt; forums, triggered after every 100000 transactions or every 22 hours.
[KomodoEventBus-8] INFO  com.appian.komodo.engine.checkpoint.AutoCheckpointer - Automatic checkpointing enabled &lt;span class="code-keyword"&gt;for &lt;/span&gt;download-stats, triggered after every 100000 transactions or every 22 hours.&lt;/pre&gt;
&lt;h2&gt;Cause&lt;/h2&gt;
&lt;p&gt;The following settings in &lt;strong&gt;custom.properties&lt;/strong&gt;, if not adjusted to the environment needs/usage, can cause engines to checkpoint more frequently and affect the increase in disk space:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p style="text-align:left;"&gt;&lt;code&gt;ServiceManager.checkpoint.automatic.boundary.replay&lt;/code&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li style="text-align:left;"&gt;Setting used to checkpoint after a given time period. The default unit is milliseconds unless you specify&amp;nbsp;&lt;em&gt;Ex) 30 minutes&lt;/em&gt;&amp;nbsp;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;code&gt;ServiceManager.checkpoint.automatic.boundary.transaction&lt;/code&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Setting used to checkpoint after a given number of transactions.&amp;nbsp;&lt;/li&gt;
&lt;/ul&gt;
&lt;/blockquote&gt;
&lt;h2&gt;Action&amp;nbsp;&lt;/h2&gt;
&lt;ol&gt;
&lt;li&gt;Edit&amp;nbsp;&lt;strong&gt;custom.properties&lt;/strong&gt;, located in &lt;code&gt;&amp;lt;APPIAN_HOME&amp;gt;/ear/suite.ear/conf&lt;/code&gt;.&lt;/li&gt;
&lt;li&gt;Set the appropriate time unit for the&amp;nbsp;&lt;code&gt;ServiceManager.checkpoint.automatic.boundary.replay&lt;/code&gt; setting.&lt;/li&gt;
&lt;li&gt;Increase the transaction boundary for the&amp;nbsp;&lt;code&gt;ServiceManager.checkpoint.automatic.boundary.transaction&lt;/code&gt; setting.&lt;/li&gt;
&lt;li&gt;Restart Service Manager for the changes to take affect.&amp;nbsp;&lt;/li&gt;
&lt;/ol&gt;
&lt;h2&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;This article applies to Appian&amp;nbsp;17.3 and later.&lt;/p&gt;
&lt;p&gt;Last Reviewed: April 2018&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: engines, infrastructure&lt;/div&gt;
</description></item><item><title>KB-1532 Process design and personalization engines constantly checkpointing and filling up disk space</title><link>https://community.appian.com/support/w/kb/856/kb-1532-process-design-and-personalization-engines-constantly-checkpointing-and-filling-up-disk-space/revision/9</link><pubDate>Tue, 03 Apr 2018 08:24:52 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:a38823a7-8061-4833-89f9-aed0aa8ffbd5</guid><dc:creator>Nick Vigilante</dc:creator><comments>https://community.appian.com/support/w/kb/856/kb-1532-process-design-and-personalization-engines-constantly-checkpointing-and-filling-up-disk-space#comments</comments><description>Revision 9 posted to Appian Knowledge Base by Nick Vigilante on 4/3/2018 8:24:52 AM&lt;br /&gt;
&lt;h2&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;For a given interval of time, both the&amp;nbsp;process design&amp;nbsp;and personalization engines are checkpointing often, causing issues with disk space. The following is shown in the &lt;strong&gt;service_manager.log&lt;/strong&gt;:&lt;/p&gt;
&lt;pre class="code-java"&gt;[KomodoEventBus-29] INFO  com.appian.komodo.engine.checkpoint.AutoCheckpointer - Automatic checkpointing enabled &lt;span class="code-keyword"&gt;for&lt;/span&gt; channels, triggered after every 100000 transactions or every 22 hours.
[KomodoEventBus-32] INFO  com.appian.komodo.engine.checkpoint.AutoCheckpointer - Automatic checkpointing enabled &lt;span class="code-keyword"&gt;for&lt;/span&gt; notifications-email, triggered after every 100000 transactions or every 22 hours.
[KomodoEventBus-58] INFO  com.appian.komodo.engine.checkpoint.AutoCheckpointer - Automatic checkpointing enabled &lt;span class="code-keyword"&gt;for&lt;/span&gt; forums, triggered after every 100000 transactions or every 22 hours.
[KomodoEventBus-8] INFO  com.appian.komodo.engine.checkpoint.AutoCheckpointer - Automatic checkpointing enabled &lt;span class="code-keyword"&gt;for &lt;/span&gt;download-stats, triggered after every 100000 transactions or every 22 hours.&lt;/pre&gt;
&lt;h2&gt;Cause&lt;/h2&gt;
&lt;p&gt;The following settings in &lt;strong&gt;custom.properties&lt;/strong&gt;, if not adjusted to the environment needs/usage, can cause engines to checkpoint more frequently and affect the increase in disk space:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p style="text-align:left;"&gt;&lt;code&gt;ServiceManager.checkpoint.automatic.boundary.replay&lt;/code&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li style="text-align:left;"&gt;Setting used to checkpoint after a given time period. The default unit is milliseconds unless you specify&amp;nbsp;&lt;em&gt;Ex) 30 minutes&lt;/em&gt;&amp;nbsp;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;code&gt;ServiceManager.checkpoint.automatic.boundary.transaction&lt;/code&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Setting used to checkpoint after a given number of transactions.&amp;nbsp;&lt;/li&gt;
&lt;/ul&gt;
&lt;/blockquote&gt;
&lt;h2&gt;Action&amp;nbsp;&lt;/h2&gt;
&lt;ol&gt;
&lt;li&gt;Edit&amp;nbsp;&lt;strong&gt;custom.properties&lt;/strong&gt;, located in &lt;code&gt;&amp;lt;APPIAN_HOME&amp;gt;/ear/suite.ear/conf&lt;/code&gt;.&lt;/li&gt;
&lt;li&gt;Set the appropriate time unit for the&amp;nbsp;&lt;code&gt;ServiceManager.checkpoint.automatic.boundary.replay&lt;/code&gt; setting.&lt;/li&gt;
&lt;li&gt;Increase the transaction boundary for the&amp;nbsp;&lt;code&gt;ServiceManager.checkpoint.automatic.boundary.transaction&lt;/code&gt; setting.&lt;/li&gt;
&lt;li&gt;Restart Service Manager for the changes to take affect.&amp;nbsp;&lt;/li&gt;
&lt;/ol&gt;
&lt;h2&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;This article applies to Appian&amp;nbsp;17.3 and later.&lt;/p&gt;
&lt;p&gt;Last Reviewed: April 2018&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: engines&lt;/div&gt;
</description></item><item><title>KB-1532 Process design and personalization engines constantly checkpointing and filling up disk space</title><link>https://community.appian.com/support/w/kb/856/kb-1532-process-design-and-personalization-engines-constantly-checkpointing-and-filling-up-disk-space/revision/8</link><pubDate>Mon, 02 Apr 2018 17:42:55 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:a38823a7-8061-4833-89f9-aed0aa8ffbd5</guid><dc:creator>Nick Vigilante</dc:creator><comments>https://community.appian.com/support/w/kb/856/kb-1532-process-design-and-personalization-engines-constantly-checkpointing-and-filling-up-disk-space#comments</comments><description>Revision 8 posted to Appian Knowledge Base by Nick Vigilante on 4/2/2018 5:42:55 PM&lt;br /&gt;
&lt;h2&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;For a given interval of time, both the&amp;nbsp;process design&amp;nbsp;and personalization engines are checkpointing often, causing issues with disk space. The following is shown in the &lt;strong&gt;service_manager.log&lt;/strong&gt;:&lt;/p&gt;
&lt;pre class="code-java"&gt;[KomodoEventBus-29] INFO  com.appian.komodo.engine.checkpoint.AutoCheckpointer - Automatic checkpointing enabled &lt;span class="code-keyword"&gt;for&lt;/span&gt; channels, triggered after every 100000 transactions or every 22 hours.
[KomodoEventBus-32] INFO  com.appian.komodo.engine.checkpoint.AutoCheckpointer - Automatic checkpointing enabled &lt;span class="code-keyword"&gt;for&lt;/span&gt; notifications-email, triggered after every 100000 transactions or every 22 hours.
[KomodoEventBus-58] INFO  com.appian.komodo.engine.checkpoint.AutoCheckpointer - Automatic checkpointing enabled &lt;span class="code-keyword"&gt;for&lt;/span&gt; forums, triggered after every 100000 transactions or every 22 hours.
[KomodoEventBus-8] INFO  com.appian.komodo.engine.checkpoint.AutoCheckpointer - Automatic checkpointing enabled &lt;span class="code-keyword"&gt;for &lt;/span&gt;download-stats, triggered after every 100000 transactions or every 22 hours.&lt;/pre&gt;
&lt;h2&gt;Cause&lt;/h2&gt;
&lt;p&gt;The following settings in &lt;strong&gt;custom.properties&lt;/strong&gt;, if not adjusted to the environment needs/usage, can cause engines to checkpoint more frequently and affect the increase in disk space:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p style="text-align:left;"&gt;&lt;code&gt;ServiceManager.checkpoint.automatic.boundary.replay&lt;/code&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li style="text-align:left;"&gt;Setting used to checkpoint after a given time period. The default unit is milliseconds unless you specify&amp;nbsp;&lt;em&gt;Ex) 30 minutes&lt;/em&gt;&amp;nbsp;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;code&gt;ServiceManager.checkpoint.automatic.boundary.transaction&lt;/code&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Setting used to checkpoint after a given number of transactions.&amp;nbsp;&lt;/li&gt;
&lt;/ul&gt;
&lt;/blockquote&gt;
&lt;h2&gt;Action&amp;nbsp;&lt;/h2&gt;
&lt;ol&gt;
&lt;li&gt;Edit&amp;nbsp;&lt;strong&gt;custom.properties&lt;/strong&gt;, located in &lt;code&gt;&amp;lt;APPIAN_HOME&amp;gt;/ear/suite.ear/conf&lt;/code&gt;.&lt;/li&gt;
&lt;li&gt;Set the appropriate time unit for the&amp;nbsp;&lt;code&gt;ServiceManager.checkpoint.automatic.boundary.replay&lt;/code&gt; setting.&lt;/li&gt;
&lt;li&gt;Increase the transaction boundary for the&amp;nbsp;&lt;code&gt;ServiceManager.checkpoint.automatic.boundary.transaction&lt;/code&gt; setting.&lt;/li&gt;
&lt;li&gt;Restart Service Manager for the changes to take affect.&amp;nbsp;&lt;/li&gt;
&lt;/ol&gt;
&lt;h2&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;This article applies to Appian&amp;nbsp;16.3 and later.&lt;/p&gt;
&lt;p&gt;Last Reviewed: April 2018&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: engines&lt;/div&gt;
</description></item><item><title>KB-XXXX Process Design and Groups engines constantly checkpointing and filling up disk space</title><link>https://community.appian.com/support/w/kb/856/kb-1532-process-design-and-personalization-engines-constantly-checkpointing-and-filling-up-disk-space/revision/7</link><pubDate>Thu, 29 Mar 2018 10:22:31 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:a38823a7-8061-4833-89f9-aed0aa8ffbd5</guid><dc:creator>Stephen Okala</dc:creator><comments>https://community.appian.com/support/w/kb/856/kb-1532-process-design-and-personalization-engines-constantly-checkpointing-and-filling-up-disk-space#comments</comments><description>Revision 7 posted to Appian Knowledge Base by Stephen Okala on 3/29/2018 10:22:31 AM&lt;br /&gt;
&lt;h2&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;For a given interval of time, both the Process Design KDB &amp;amp; Personalization&amp;nbsp;KDBs are checkpointing often, causing issues with disk space. For example:&lt;/p&gt;
&lt;pre class="code-java"&gt;2018-02-02 20:30:18,436 [KomodoEventBus-29] INFO  com.appian.komodo.engine.checkpoint.AutoCheckpointer - Automatic checkpointing enabled &lt;span class="code-keyword"&gt;for&lt;/span&gt; channels, triggered after every 100000 transactions or every 22 hours.
2018-02-02 20:30:18,590 [KomodoEventBus-32] INFO  com.appian.komodo.engine.checkpoint.AutoCheckpointer - Automatic checkpointing enabled &lt;span class="code-keyword"&gt;for&lt;/span&gt; notifications-email, triggered after every 100000 transactions or every 22 hours.
2018-02-02 20:30:18,700 [KomodoEventBus-58] INFO  com.appian.komodo.engine.checkpoint.AutoCheckpointer - Automatic checkpointing enabled &lt;span class="code-keyword"&gt;for&lt;/span&gt; forums, triggered after every 100000 transactions or every 22 hours.
2018-02-02 20:30:18,859 [KomodoEventBus-8] INFO  com.appian.komodo.engine.checkpoint.AutoCheckpointer - Automatic checkpointing enabled &lt;span class="code-keyword"&gt;for &lt;/span&gt;download-stats, triggered after every 100000 transactions or every 22 hours.&lt;/pre&gt;
&lt;h2&gt;Cause&lt;/h2&gt;
&lt;p&gt;The following settings in &lt;strong&gt;custom.properties&lt;/strong&gt;&amp;nbsp;,if not adjusted to the environment needs/usage, can effect the increase in disk space:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p style="text-align:left;"&gt;&lt;em&gt;&lt;strong&gt;ServiceManager.checkpoint.automatic.boundary.replay&lt;/strong&gt;&lt;/em&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li style="text-align:left;"&gt;Setting used to checkpoint after a given time period. The default unit is milliseconds unless you specify&amp;nbsp;&lt;em&gt;Ex) 30 minutes&lt;/em&gt;&amp;nbsp;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;em&gt;&lt;strong&gt;ServiceManager.checkpoint.automatic.boundary.transaction&lt;/strong&gt;&lt;/em&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Setting used to checkpoint after a given number of transactions.&amp;nbsp;&lt;/li&gt;
&lt;/ul&gt;
&lt;/blockquote&gt;
&lt;h2&gt;Action&amp;nbsp;&lt;/h2&gt;
&lt;p&gt;Update custom.properties with the appropriate time unit for the&amp;nbsp;&lt;strong&gt;&lt;em&gt;ServiceManager.checkpoint.automatic.boundary.replay &lt;/em&gt;&lt;/strong&gt;setting , increase the transaction boundary for the&amp;nbsp;&lt;strong&gt;&lt;em&gt;ServiceManager.checkpoint.automatic.boundary.transaction &lt;/em&gt;&lt;/strong&gt;setting, and restart ServiceManager for the changes to take affect.&amp;nbsp;&lt;/p&gt;
&lt;h2&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;This article applies to Appian&amp;nbsp;16.3 and later.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Last Reviewed: February 2018&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: engines&lt;/div&gt;
</description></item><item><title>KB-XXXX Process Design and Groups engines constantly checkpointing and filling up disk space</title><link>https://community.appian.com/support/w/kb/856/kb-1532-process-design-and-personalization-engines-constantly-checkpointing-and-filling-up-disk-space/revision/1</link><pubDate>Tue, 27 Feb 2018 16:45:21 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:a38823a7-8061-4833-89f9-aed0aa8ffbd5</guid><dc:creator>Stephen Okala</dc:creator><comments>https://community.appian.com/support/w/kb/856/kb-1532-process-design-and-personalization-engines-constantly-checkpointing-and-filling-up-disk-space#comments</comments><description>Revision 1 posted to Appian Knowledge Base by Stephen Okala on 2/27/2018 4:45:21 PM&lt;br /&gt;
&lt;h2&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;For a given interval of time both the Process Design KDB &amp;amp; Group KDBs are getting archived and that is causing issue of space.&amp;nbsp;&lt;/p&gt;
&lt;h2&gt;Cause&lt;/h2&gt;
&lt;p&gt;The following settings in custom.properties&amp;nbsp;are causing the increase in disk space:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;serviceManager.checkpoint.automatic.boundary.replay&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Setting used to checkpoint after a given time period. The default unit is milliseconds unless you specify&amp;nbsp;&lt;em&gt;Ex) 30 minutes&lt;/em&gt;&amp;nbsp;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;serviceManager.checkpoint.automatic.boundary.transaction&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Setting used to checkpoint after a given number of transactions.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;h2&gt;Action&lt;/h2&gt;
&lt;p&gt;Update custom.properties with the appropriate time unit, higher transaction boundary&amp;nbsp; and restart ServiceManager for the change to take effect.&lt;/p&gt;
&lt;h2&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;This article applies to all versions of Appian.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Last Reviewed: February 2018&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: engines&lt;/div&gt;
</description></item><item><title>KB-XXXX Process Design and Groups engines constantly checkpointing and filling up disk space</title><link>https://community.appian.com/support/w/kb/856/kb-1532-process-design-and-personalization-engines-constantly-checkpointing-and-filling-up-disk-space/revision/6</link><pubDate>Tue, 27 Feb 2018 16:14:23 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:a38823a7-8061-4833-89f9-aed0aa8ffbd5</guid><dc:creator>Stephen Okala</dc:creator><comments>https://community.appian.com/support/w/kb/856/kb-1532-process-design-and-personalization-engines-constantly-checkpointing-and-filling-up-disk-space#comments</comments><description>Revision 6 posted to Appian Knowledge Base by Stephen Okala on 2/27/2018 4:14:23 PM&lt;br /&gt;
&lt;h2&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;For a given interval of time, both the Process Design KDB &amp;amp; Personalization&amp;nbsp;KDBs are getting archived, causing issues with disk space.&amp;nbsp;&lt;/p&gt;
&lt;h2&gt;Cause&lt;/h2&gt;
&lt;p&gt;The following settings in &lt;strong&gt;custom.properties&lt;/strong&gt; can effect the increase in disk space:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p style="text-align:left;"&gt;&lt;em&gt;&lt;strong&gt;ServiceManager.checkpoint.automatic.boundary.replay&lt;/strong&gt;&lt;/em&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li style="text-align:left;"&gt;Setting used to checkpoint after a given time period. The default unit is milliseconds unless you specify&amp;nbsp;&lt;em&gt;Ex) 30 minutes&lt;/em&gt;&amp;nbsp;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;em&gt;&lt;strong&gt;ServiceManager.checkpoint.automatic.boundary.transaction&lt;/strong&gt;&lt;/em&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Setting used to checkpoint after a given number of transactions.&amp;nbsp;&lt;/li&gt;
&lt;/ul&gt;
&lt;/blockquote&gt;
&lt;h2&gt;Action&amp;nbsp;&lt;/h2&gt;
&lt;p&gt;Update custom.properties with the appropriate time unit for the&amp;nbsp;&lt;strong&gt;&lt;em&gt;ServiceManager.checkpoint.automatic.boundary.replay &lt;/em&gt;&lt;/strong&gt;setting , increase the transaction boundary for the&amp;nbsp;&lt;strong&gt;&lt;em&gt;ServiceManager.checkpoint.automatic.boundary.transaction &lt;/em&gt;&lt;/strong&gt;setting, and restart ServiceManager for the changes to take affect.&amp;nbsp;&lt;/p&gt;
&lt;h2&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;This article applies to Appian&amp;nbsp;16.3 and later.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Last Reviewed: February 2018&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: engines&lt;/div&gt;
</description></item><item><title>KB-XXXX Process Design and Groups engines constantly checkpointing and filling up disk space</title><link>https://community.appian.com/support/w/kb/856/kb-1532-process-design-and-personalization-engines-constantly-checkpointing-and-filling-up-disk-space/revision/5</link><pubDate>Tue, 27 Feb 2018 11:48:53 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:a38823a7-8061-4833-89f9-aed0aa8ffbd5</guid><dc:creator>Stephen Okala</dc:creator><comments>https://community.appian.com/support/w/kb/856/kb-1532-process-design-and-personalization-engines-constantly-checkpointing-and-filling-up-disk-space#comments</comments><description>Revision 5 posted to Appian Knowledge Base by Stephen Okala on 2/27/2018 11:48:53 AM&lt;br /&gt;
&lt;h2&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;For a given interval of time both the Process Design KDB &amp;amp; Group KDBs are getting archived and that is causing issues regarding disk space.&amp;nbsp;&lt;/p&gt;
&lt;h2&gt;Cause&lt;/h2&gt;
&lt;p&gt;The following settings in custom.properties can effect the increase in disk space:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p style="text-align:left;"&gt;ServiceManager.checkpoint.automatic.boundary.replay&lt;/p&gt;
&lt;ul&gt;
&lt;li style="text-align:left;"&gt;setting used to checkpoint after a given time period. The default unit is milliseconds unless you specify&amp;nbsp;&lt;em&gt;Ex) 30 minutes&lt;/em&gt;&amp;nbsp;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;ServiceManager.checkpoint.automatic.boundary.transaction&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;setting used to checkpoint after a given number of transactions.&lt;/li&gt;
&lt;/ul&gt;
&lt;/blockquote&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;h2&gt;Action&lt;/h2&gt;
&lt;p&gt;Update custom.properties with the appropriate time unit, higher transaction boundary&amp;nbsp; and restart ServiceManager for the change to take effect.&lt;/p&gt;
&lt;h2&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;This article applies to Appian&amp;nbsp;16.3 and later.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Last Reviewed: February 2018&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: engines&lt;/div&gt;
</description></item><item><title>KB-XXXX Process Design and Groups engines constantly checkpointing and filling up disk space</title><link>https://community.appian.com/support/w/kb/856/kb-1532-process-design-and-personalization-engines-constantly-checkpointing-and-filling-up-disk-space/revision/4</link><pubDate>Tue, 27 Feb 2018 11:47:30 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:a38823a7-8061-4833-89f9-aed0aa8ffbd5</guid><dc:creator>Stephen Okala</dc:creator><comments>https://community.appian.com/support/w/kb/856/kb-1532-process-design-and-personalization-engines-constantly-checkpointing-and-filling-up-disk-space#comments</comments><description>Revision 4 posted to Appian Knowledge Base by Stephen Okala on 2/27/2018 11:47:30 AM&lt;br /&gt;
&lt;h2&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;For a given interval of time both the Process Design KDB &amp;amp; Group KDBs are getting archived and that is causing issue of disk space.&amp;nbsp;&lt;/p&gt;
&lt;h2&gt;Cause&lt;/h2&gt;
&lt;p&gt;The following settings in custom.properties&amp;nbsp;are causing the increase in disk space:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p style="text-align:left;"&gt;serviceManager.checkpoint.automatic.boundary.replay&lt;/p&gt;
&lt;ul&gt;
&lt;li style="text-align:left;"&gt;setting used to checkpoint after a given time period. The default unit is milliseconds unless you specify&amp;nbsp;&lt;em&gt;Ex) 30 minutes&lt;/em&gt;&amp;nbsp;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;serviceManager.checkpoint.automatic.boundary.transaction&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;setting used to checkpoint after a given number of transactions.&lt;/li&gt;
&lt;/ul&gt;
&lt;/blockquote&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;h2&gt;Action&lt;/h2&gt;
&lt;p&gt;Update custom.properties with the appropriate time unit, higher transaction boundary&amp;nbsp; and restart ServiceManager for the change to take effect.&lt;/p&gt;
&lt;h2&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;This article applies to all versions of Appian.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Last Reviewed: February 2018&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: engines&lt;/div&gt;
</description></item><item><title>KB-XXXX Process Design and Groups engines constantly checkpointing and filling up disk space</title><link>https://community.appian.com/support/w/kb/856/kb-1532-process-design-and-personalization-engines-constantly-checkpointing-and-filling-up-disk-space/revision/3</link><pubDate>Tue, 27 Feb 2018 11:47:09 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:a38823a7-8061-4833-89f9-aed0aa8ffbd5</guid><dc:creator>Stephen Okala</dc:creator><comments>https://community.appian.com/support/w/kb/856/kb-1532-process-design-and-personalization-engines-constantly-checkpointing-and-filling-up-disk-space#comments</comments><description>Revision 3 posted to Appian Knowledge Base by Stephen Okala on 2/27/2018 11:47:09 AM&lt;br /&gt;
&lt;h2&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;For a given interval of time both the Process Design KDB &amp;amp; Group KDBs are getting archived and that is causing issue of disk space.&amp;nbsp;&lt;/p&gt;
&lt;h2&gt;Cause&lt;/h2&gt;
&lt;p&gt;The following settings in custom.properties&amp;nbsp;are causing the increase in disk space:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p style="text-align:left;"&gt;serviceManager.checkpoint.automatic.boundary.replay&lt;/p&gt;
&lt;p style="text-align:left;"&gt;Setting used to checkpoint after a given time period. The default unit is milliseconds unless you specify&amp;nbsp;&lt;em&gt;Ex) 30 minutes&lt;/em&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;serviceManager.checkpoint.automatic.boundary.transaction&lt;/p&gt;
&lt;p&gt;Setting used to checkpoint after a given number of transactions.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;h2&gt;Action&lt;/h2&gt;
&lt;p&gt;Update custom.properties with the appropriate time unit, higher transaction boundary&amp;nbsp; and restart ServiceManager for the change to take effect.&lt;/p&gt;
&lt;h2&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;This article applies to all versions of Appian.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Last Reviewed: February 2018&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: engines&lt;/div&gt;
</description></item><item><title>KB-XXXX Process Design and Groups engines constantly checkpointing and filling up disk space</title><link>https://community.appian.com/support/w/kb/856/kb-1532-process-design-and-personalization-engines-constantly-checkpointing-and-filling-up-disk-space/revision/2</link><pubDate>Tue, 27 Feb 2018 11:46:12 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:a38823a7-8061-4833-89f9-aed0aa8ffbd5</guid><dc:creator>Stephen Okala</dc:creator><comments>https://community.appian.com/support/w/kb/856/kb-1532-process-design-and-personalization-engines-constantly-checkpointing-and-filling-up-disk-space#comments</comments><description>Revision 2 posted to Appian Knowledge Base by Stephen Okala on 2/27/2018 11:46:12 AM&lt;br /&gt;
&lt;h2&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;For a given interval of time both the Process Design KDB &amp;amp; Group KDBs are getting archived and that is causing issue of space.&amp;nbsp;&lt;/p&gt;
&lt;h2&gt;Cause&lt;/h2&gt;
&lt;p&gt;The following settings in custom.properties&amp;nbsp;are causing the increase in disk space:&lt;/p&gt;
&lt;p style="text-align:left;"&gt;serviceManager.checkpoint.automatic.boundary.replay&lt;/p&gt;
&lt;p style="text-align:left;"&gt;Setting used to checkpoint after a given time period. The default unit is milliseconds unless you specify&amp;nbsp;&lt;em&gt;Ex) 30 minutes&lt;/em&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;serviceManager.checkpoint.automatic.boundary.transaction&lt;/p&gt;
&lt;p&gt;Setting used to checkpoint after a given number of transactions.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;h2&gt;Action&lt;/h2&gt;
&lt;p&gt;Update custom.properties with the appropriate time unit, higher transaction boundary&amp;nbsp; and restart ServiceManager for the change to take effect.&lt;/p&gt;
&lt;h2&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;This article applies to all versions of Appian.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Last Reviewed: February 2018&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

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