<?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-1256 How to address high CPU usage in self-managed Appian environments</title><link>https://community.appian.com/support/w/kb/470/kb-1256-how-to-address-high-cpu-usage-in-self-managed-appian-environments</link><description /><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>KB-1256 How to address high CPU usage in self-managed Appian environments</title><link>https://community.appian.com/support/w/kb/470/kb-1256-how-to-address-high-cpu-usage-in-self-managed-appian-environments</link><pubDate>Fri, 06 Oct 2023 04:56:41 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:b4985c14-34d9-4424-9bb5-a6ab34350575</guid><dc:creator>Maggie Deppe-Walker</dc:creator><comments>https://community.appian.com/support/w/kb/470/kb-1256-how-to-address-high-cpu-usage-in-self-managed-appian-environments#comments</comments><description>Current Revision posted to Appian Knowledge Base by Maggie Deppe-Walker on 10/6/2023 4:56:41 AM&lt;br /&gt;
&lt;p&gt;This article details root causes as well as corrective actions to be taken in situations where an Appian environment is experiencing higher than normal CPU usage.&lt;/p&gt;
&lt;h2 id="managing-high-cpu-usage"&gt;Managing high CPU usage&lt;/h2&gt;
&lt;p&gt;Identify one or more processes that show a high percentage of CPU as observed from the &lt;strong&gt;Task Manager&lt;/strong&gt; (Windows) or the output of &lt;strong&gt;top&lt;/strong&gt; (UNIX). Depending on what these processes are, it may be possible to investigate and resolve potential issues affecting the environment.&lt;/p&gt;
&lt;h3 id="application-server"&gt;Application Server&lt;/h3&gt;
&lt;p&gt;The root cause investigation of the Application server&amp;rsquo;s high CPU usage is done in the following steps:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;View the CPU usage per thread for the JVM process. On Linux, run top followed by &lt;strong&gt;Shift+H&lt;/strong&gt; and on Windows, use &lt;a href="https://technet.microsoft.com/en-us/sysinternals/bb896653.aspx?f=255&amp;amp;MSPPError=-2147217396"&gt;Process Explorer&lt;/a&gt;. to see the individual threads in the JVM. Note the PID of the thread or threads consuming the highest CPU %&lt;/li&gt;
&lt;li&gt;Convert the PIDs into Hex values using an &lt;a href="http://www.binaryhexconverter.com/decimal-to-hex-converter"&gt;online converter&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;Generate a thread dump as described in &lt;a href="/support/w/kb/394/kb-1177-how-to-generate-a-java-thread-dump"&gt;KB-1177&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;Search for the hex values obtained in Step 2 within the thread dump.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;This allows you to find the stacktraces of those threads that are responsible for the most load. A review of the stacktrace(s) can help identify the relevant activities executed within Appian such as processes, reports etc that will need to be terminated to bring the CPU usage back to normal.&lt;/p&gt;
&lt;h3 id="search-server"&gt;Search Server&lt;/h3&gt;
&lt;p&gt;The search server JVM&amp;rsquo;s high CPU usage can be investigated in the same way as the application server. Typical causes of search server&amp;rsquo;s high CPU usage include running large imports or impact analysis. In cases where there is significant performance degradation on mission-critical systems, a restart of environment can be done to alleviate this issue immediately. However it is recommended to consult with Appian Technical Support before considering this option.&lt;/p&gt;
&lt;h3 id="database"&gt;Database&lt;/h3&gt;
&lt;p&gt;When a business database that Appian connects to is experiencing high load, this could indicate long running or resource intensive queries executing within the environment. Reviewing the active processes report and/or investigating the processes within the database can help pinpoint the exact query being executed through which the relevant activity within Appian can be identified and terminated if necessary.&lt;/p&gt;
&lt;h3 id="engines"&gt;Engines&lt;/h3&gt;
&lt;p&gt;Similar to &lt;a href="/support/w/kb/463/kb-1248-how-to-address-high-memory-usage-in-self-managed-appian-environments"&gt;KB-1248&lt;/a&gt;, identify the relevant engine corresponding to the OS process that is experiencing high load and follow the appropriate steps described in the sections below.&lt;/p&gt;
&lt;h4 id="process-execution-engines"&gt;Process Execution Engines&lt;/h4&gt;
&lt;p&gt;High load on the execution engines directly relates to one or more processes launched within Appian. If the cause is not evident from the active processes on the system, then:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Using the &lt;strong&gt;perf_monitor_db_PX*&lt;/strong&gt; logs, note the timestamp when the spike occurred or started&lt;/li&gt;
&lt;li&gt;Filter the &lt;strong&gt;All Processes&lt;/strong&gt; report showing processes that were initiated at the time&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;If any of the above processes are still active and are found to be resource intensive, they will either need to be terminated or allowed to complete in order to alleviate the high load.&lt;/p&gt;
&lt;p&gt;If required, Appian Technical Support may be able to assist in further investigation by identifying long running nodes within the environment that are potentially responsible for such issues.&lt;/p&gt;
&lt;h4 id="process-analytics-engines"&gt;Process Analytics Engines&lt;/h4&gt;
&lt;p&gt;The load on Analytics is indicative of loading or exporting large reports within the environment at the time. Review the corresponding perf logs to identify if any processes are executing relevant smart services such as &amp;ldquo;Execute Process Report&amp;rdquo;.&lt;/p&gt;
&lt;p&gt;In some cases, the Analytics engine logs might also have information on specific reports that are executed. For example:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;[PA00XXXX] {paXXX.kdb XXX} (Default) ERROR .a.p.ANLYZE.i &amp;quot;xxxx&amp;quot; &amp;quot;16686&amp;quot; &amp;quot;id:2036&amp;quot; &amp;quot;Timeout: Timeout (Report Exceeded Maximum Time) (Report named &amp;#39;My Report&amp;#39; (report document id 1556), maximum report time 30000ms) affected 0 rows&amp;quot; &lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;Correlating this data with the Analytics perf logs can help identify the particular report(s) that is executed at that time.&lt;/p&gt;
&lt;h4 id="process-design-engine"&gt;Process Design Engine&lt;/h4&gt;
&lt;p&gt;As with the search server, the design engine is known to experience load mostly when running impact analysis or application imports where a large number of objects are updated.&lt;/p&gt;
&lt;p&gt;A restart can help address performance degradation on production-like environments if necessary. That said, following the best practices for application design helps avoid such problems.&lt;/p&gt;
&lt;h4 id="personalization-engine"&gt;Personalization Engine&lt;/h4&gt;
&lt;p&gt;It is rare to observe high load on this engine, (&lt;strong&gt;adb ag&lt;/strong&gt;) however this is typically seen during activities involving mass user/group creation or updates. Examples of such activities include the &lt;a href="https://docs.appian.com/suite/help/latest/LDAP_Synchronization.html"&gt;LDAP synchronization&lt;/a&gt; or excessive use of the User/Group smart services available in the base product or in shared components.&lt;/p&gt;
&lt;p&gt;The recommendation is to review and improve the LDAP sync processes to work with a smaller set of users and also reducing the frequency of execution, if possible.&lt;/p&gt;
&lt;h2 id="recommendations-to-improve-cpu-usage"&gt;Recommendations to improve CPU usage&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Configure relevant settings for sending/retrieving data: &lt;a href="https://docs.appian.com/suite/help/latest/Post-Install_Configurations.html#Query_Rule_Limits"&gt;Query Limits&lt;/a&gt;, &lt;a href="https://docs.appian.com/suite/help/latest/Configuring_Web_Services.html"&gt;Web service timeouts&lt;/a&gt;, and &lt;a href="https://docs.appian.com/suite/help/latest/Report_Performance_Details.html"&gt;Report optimizations&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;Avoid excessive invocations of subprocesses or activity chaining that increases foreground load on the execution engines.&lt;/li&gt;
&lt;li&gt;Follow application design best practices to minimize updates during application imports.&lt;/li&gt;
&lt;/ul&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:&amp;nbsp;March 2017&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: self-managed, administration, how-to&lt;/div&gt;
</description></item><item><title>KB-1256 How to address high CPU usage in self-managed Appian environments</title><link>https://community.appian.com/support/w/kb/470/kb-1256-how-to-address-high-cpu-usage-in-self-managed-appian-environments/revision/2</link><pubDate>Tue, 29 Sep 2020 03:07:41 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:b4985c14-34d9-4424-9bb5-a6ab34350575</guid><dc:creator>Parmida Borhani</dc:creator><comments>https://community.appian.com/support/w/kb/470/kb-1256-how-to-address-high-cpu-usage-in-self-managed-appian-environments#comments</comments><description>Revision 2 posted to Appian Knowledge Base by Parmida Borhani on 9/29/2020 3:07:41 AM&lt;br /&gt;
&lt;div class="row content_container"&gt;
&lt;p&gt;This article details root causes as well as corrective actions to be taken in situations where an Appian environment is experiencing higher than normal CPU usage.&lt;/p&gt;
&lt;h2 id="managing-high-cpu-usage"&gt;Managing high CPU usage&lt;/h2&gt;
&lt;p&gt;Identify one or more processes that show a high percentage of CPU as observed from the &lt;strong&gt;Task Manager&lt;/strong&gt; (Windows) or the output of &lt;strong&gt;top&lt;/strong&gt; (UNIX). Depending on what these processes are, it may be possible to investigate and resolve potential issues affecting the environment.&lt;/p&gt;
&lt;h3 id="application-server"&gt;Application Server&lt;/h3&gt;
&lt;p&gt;The root cause investigation of the Application server&amp;rsquo;s high CPU usage is done in the following steps:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;View the CPU usage per thread for the JVM process. On Linux, run top followed by &lt;strong&gt;Shift+H&lt;/strong&gt; and on Windows, use &lt;a href="https://technet.microsoft.com/en-us/sysinternals/bb896653.aspx?f=255&amp;amp;MSPPError=-2147217396"&gt;Process Explorer&lt;/a&gt;. to see the individual threads in the JVM. Note the PID of the thread or threads consuming the highest CPU %&lt;/li&gt;
&lt;li&gt;Convert the PIDs into Hex values using an &lt;a href="http://www.binaryhexconverter.com/decimal-to-hex-converter"&gt;online converter&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;Generate a thread dump as described in &lt;a href="/support/w/kb/394/kb-1177-how-to-generate-a-java-thread-dump"&gt;KB-1177&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;Search for the hex values obtained in Step 2 within the thread dump.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;This allows you to find the stacktraces of those threads that are responsible for the most load. A review of the stacktrace(s) can help identify the relevant activities executed within Appian such as processes, reports etc that will need to be terminated to bring the CPU usage back to normal.&lt;/p&gt;
&lt;h3 id="search-server"&gt;Search Server&lt;/h3&gt;
&lt;p&gt;The search server JVM&amp;rsquo;s high CPU usage can be investigated in the same way as the application server. Typical causes of search server&amp;rsquo;s high CPU usage include running large imports or impact analysis. In cases where there is significant performance degradation on mission-critical systems, a restart of environment can be done to alleviate this issue immediately. However it is recommended to consult with Appian Technical Support before considering this option.&lt;/p&gt;
&lt;h3 id="database"&gt;Database&lt;/h3&gt;
&lt;p&gt;When a business database that Appian connects to is experiencing high load, this could indicate long running or resource intensive queries executing within the environment. Reviewing the active processes report and/or investigating the processes within the database can help pinpoint the exact query being executed through which the relevant activity within Appian can be identified and terminated if necessary.&lt;/p&gt;
&lt;h3 id="engines"&gt;Engines&lt;/h3&gt;
&lt;p&gt;Similar to &lt;a href="/support/w/kb/463/kb-1248-how-to-address-high-memory-usage-in-self-managed-appian-environments"&gt;KB-1248&lt;/a&gt;, identify the relevant engine corresponding to the OS process that is experiencing high load and follow the appropriate steps described in the sections below.&lt;/p&gt;
&lt;h4 id="process-execution-engines"&gt;Process Execution Engines&lt;/h4&gt;
&lt;p&gt;High load on the execution engines directly relates to one or more processes launched within Appian. If the cause is not evident from the active processes on the system, then:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Using the &lt;strong&gt;perf_monitor_db_PX*&lt;/strong&gt; logs, note the timestamp when the spike occurred or started&lt;/li&gt;
&lt;li&gt;Filter the &lt;strong&gt;All Processes&lt;/strong&gt; report showing processes that were initiated at the time&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;If any of the above processes are still active and are found to be resource intensive, they will either need to be terminated or allowed to complete in order to alleviate the high load.&lt;/p&gt;
&lt;p&gt;If required, Appian Technical Support may be able to assist in further investigation by identifying long running nodes within the environment that are potentially responsible for such issues.&lt;/p&gt;
&lt;h4 id="process-analytics-engines"&gt;Process Analytics Engines&lt;/h4&gt;
&lt;p&gt;The load on Analytics is indicative of loading or exporting large reports within the environment at the time. Review the corresponding perf logs to identify if any processes are executing relevant smart services such as &amp;ldquo;Execute Process Report&amp;rdquo;.&lt;/p&gt;
&lt;p&gt;In some cases, the Analytics engine logs might also have information on specific reports that are executed. For example:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;[PA00XXXX] {paXXX.kdb XXX} (Default) ERROR .a.p.ANLYZE.i &amp;quot;xxxx&amp;quot; &amp;quot;16686&amp;quot; &amp;quot;id:2036&amp;quot; &amp;quot;Timeout: Timeout (Report Exceeded Maximum Time) (Report named &amp;#39;My Report&amp;#39; (report document id 1556), maximum report time 30000ms) affected 0 rows&amp;quot; &lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;Correlating this data with the Analytics perf logs can help identify the particular report(s) that is executed at that time.&lt;/p&gt;
&lt;h4 id="process-design-engine"&gt;Process Design Engine&lt;/h4&gt;
&lt;p&gt;As with the search server, the design engine is known to experience load mostly when running impact analysis or application imports where a large number of objects are updated.&lt;/p&gt;
&lt;p&gt;A restart can help address performance degradation on production-like environments if necessary. That said, following the best practices for application design helps avoid such problems.&lt;/p&gt;
&lt;h4 id="personalization-engine"&gt;Personalization Engine&lt;/h4&gt;
&lt;p&gt;It is rare to observe high load on this engine, (&lt;strong&gt;adb ag&lt;/strong&gt;) however this is typically seen during activities involving mass user/group creation or updates. Examples of such activities include the &lt;a href="https://docs.appian.com/suite/help/latest/LDAP_Synchronization.html"&gt;LDAP synchronization&lt;/a&gt; or excessive use of the User/Group smart services available in the base product or in shared components.&lt;/p&gt;
&lt;p&gt;The recommendation is to review and improve the LDAP sync processes to work with a smaller set of users and also reducing the frequency of execution, if possible.&lt;/p&gt;
&lt;h2 id="recommendations-to-improve-cpu-usage"&gt;Recommendations to improve CPU usage&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Configure relevant settings for sending/retrieving data: &lt;a href="https://docs.appian.com/suite/help/latest/Post-Install_Configurations.html#Query_Rule_Limits"&gt;Query Limits&lt;/a&gt;, &lt;a href="https://docs.appian.com/suite/help/latest/Configuring_Web_Services.html"&gt;Web service timeouts&lt;/a&gt;, and &lt;a href="https://docs.appian.com/suite/help/latest/Report_Performance_Details.html"&gt;Report optimizations&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;Avoid excessive invocations of subprocesses or activity chaining that increases foreground load on the execution engines.&lt;/li&gt;
&lt;li&gt;Follow application design best practices to minimize updates during application imports.&lt;/li&gt;
&lt;/ul&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: self-managed, administration, how-to&lt;/div&gt;
</description></item><item><title>KB-1256 How to address high CPU usage in self-managed Appian environments</title><link>https://community.appian.com/support/w/kb/470/kb-1256-how-to-address-high-cpu-usage-in-self-managed-appian-environments/revision/1</link><pubDate>Tue, 07 Mar 2017 14:52:43 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:b4985c14-34d9-4424-9bb5-a6ab34350575</guid><dc:creator>Nick Vigilante</dc:creator><comments>https://community.appian.com/support/w/kb/470/kb-1256-how-to-address-high-cpu-usage-in-self-managed-appian-environments#comments</comments><description>Revision 1 posted to Appian Knowledge Base by Nick Vigilante on 3/7/2017 2:52:43 PM&lt;br /&gt;
&lt;div class="row content_container"&gt; &lt;p&gt;This article details root causes as well as corrective actions to be taken in situations where an Appian environment is experiencing higher than normal CPU usage.&lt;/p&gt; &lt;h2 id="managing-high-cpu-usage"&gt;Managing high CPU usage&lt;/h2&gt; &lt;p&gt;Identify one or more processes that show a high percentage of CPU as observed from the &lt;strong&gt;Task Manager&lt;/strong&gt; (Windows) or the output of &lt;strong&gt;top&lt;/strong&gt; (UNIX). Depending on what these processes are, it may be possible to investigate and resolve potential issues affecting the environment.&lt;/p&gt; &lt;h3 id="application-server"&gt;Application Server&lt;/h3&gt; &lt;p&gt;The root cause investigation of the Application server&amp;rsquo;s high CPU usage is done in the following steps:&lt;/p&gt; &lt;ol&gt; &lt;li&gt;View the CPU usage per thread for the JVM process. On Linux, run top followed by &lt;strong&gt;Shift+H&lt;/strong&gt; and on Windows, use &lt;a href="https://technet.microsoft.com/en-us/sysinternals/bb896653.aspx?f=255&amp;amp;MSPPError=-2147217396"&gt;Process Explorer&lt;/a&gt;. to see the individual threads in the JVM. Note the PID of the thread or threads consuming the highest CPU %&lt;/li&gt; &lt;li&gt;Convert the PIDs into Hex values using an &lt;a href="http://www.binaryhexconverter.com/decimal-to-hex-converter"&gt;online converter&lt;/a&gt;.&lt;/li&gt; &lt;li&gt;Generate a thread dump as described in &lt;a href="/support/w/kb/394/kb-1177-how-to-generate-a-java-thread-dump"&gt;KB-1177&lt;/a&gt;.&lt;/li&gt; &lt;li&gt;Search for the hex values obtained in Step 2 within the thread dump.&lt;/li&gt; &lt;/ol&gt; &lt;p&gt;This allows you to find the stacktraces of those threads that are responsible for the most load. A review of the stacktrace(s) can help identify the relevant activities executed within Appian such as processes, reports etc that will need to be terminated to bring the CPU usage back to normal.&lt;/p&gt; &lt;h3 id="search-server"&gt;Search Server&lt;/h3&gt; &lt;p&gt;The search server JVM&amp;rsquo;s high CPU usage can be investigated in the same way as the application server. Typical causes of search server&amp;rsquo;s high CPU usage include running large imports or impact analysis. In cases where there is significant performance degradation on mission-critical systems, a restart of environment can be done to alleviate this issue immediately. However it is recommended to consult with Appian Technical Support before considering this option.&lt;/p&gt; &lt;h3 id="database"&gt;Database&lt;/h3&gt; &lt;p&gt;When a business database that Appian connects to is experiencing high load, this could indicate long running or resource intensive queries executing within the environment. Reviewing the active processes report and/or investigating the processes within the database can help pinpoint the exact query being executed through which the relevant activity within Appian can be identified and terminated if necessary.&lt;/p&gt; &lt;h3 id="engines"&gt;Engines&lt;/h3&gt; &lt;p&gt;Similar to &lt;a href="/support/w/kb/463/kb-1248-how-to-address-high-memory-usage-in-self-managed-appian-environments"&gt;KB-1248&lt;/a&gt;, identify the relevant engine corresponding to the OS process that is experiencing high load and follow the appropriate steps described in the sections below.&lt;/p&gt; &lt;h4 id="process-execution-engines"&gt;Process Execution Engines&lt;/h4&gt; &lt;p&gt;High load on the execution engines directly relates to one or more processes launched within Appian. If the cause is not evident from the active processes on the system, then:&lt;/p&gt; &lt;ol&gt; &lt;li&gt;Using the &lt;strong&gt;perf_monitor_db_PX*&lt;/strong&gt; logs, note the timestamp when the spike occurred or started&lt;/li&gt; &lt;li&gt;Filter the &lt;strong&gt;All Processes&lt;/strong&gt; report showing processes that were initiated at the time&lt;/li&gt; &lt;/ol&gt; &lt;p&gt;If any of the above processes are still active and are found to be resource intensive, they will either need to be terminated or allowed to complete in order to alleviate the high load.&lt;/p&gt; &lt;p&gt;If required, Appian Technical Support may be able to assist in further investigation by identifying long running nodes within the environment that are potentially responsible for such issues.&lt;/p&gt; &lt;h4 id="process-analytics-engines"&gt;Process Analytics Engines&lt;/h4&gt; &lt;p&gt;The load on Analytics is indicative of loading or exporting large reports within the environment at the time. Review the corresponding perf logs to identify if any processes are executing relevant smart services such as &amp;ldquo;Execute Process Report&amp;rdquo;.&lt;/p&gt; &lt;p&gt;In some cases, the Analytics engine logs might also have information on specific reports that are executed. For example:&lt;/p&gt; &lt;pre&gt;&lt;code&gt;[PA00XXXX] {paXXX.kdb XXX} (Default) ERROR .a.p.ANLYZE.i &amp;quot;xxxx&amp;quot; &amp;quot;16686&amp;quot; &amp;quot;id:2036&amp;quot; &amp;quot;Timeout: Timeout (Report Exceeded Maximum Time) (Report named &amp;#39;My Report&amp;#39; (report document id 1556), maximum report time 30000ms) affected 0 rows&amp;quot; &lt;/code&gt;&lt;/pre&gt; &lt;p&gt;Correlating this data with the Analytics perf logs can help identify the particular report(s) that is executed at that time.&lt;/p&gt; &lt;h4 id="process-design-engine"&gt;Process Design Engine&lt;/h4&gt; &lt;p&gt;As with the search server, the design engine is known to experience load mostly when running impact analysis or application imports where a large number of objects are updated.&lt;/p&gt; &lt;p&gt;A restart can help address performance degradation on production-like environments if necessary. That said, following the best practices for application design helps avoid such problems.&lt;/p&gt; &lt;h4 id="personalization-engine"&gt;Personalization Engine&lt;/h4&gt; &lt;p&gt;It is rare to observe high load on this engine, (&lt;strong&gt;adb ag&lt;/strong&gt;) however this is typically seen during activities involving mass user/group creation or updates. Examples of such activities include the &lt;a href="https://docs.appian.com/suite/help/latest/LDAP_Synchronization.html"&gt;LDAP synchronization&lt;/a&gt; or excessive use of the User/Group smart services available in the base product or in shared components.&lt;/p&gt; &lt;p&gt;The recommendation is to review and improve the LDAP sync processes to work with a smaller set of users and also reducing the frequency of execution, if possible.&lt;/p&gt; &lt;h2 id="recommendations-to-improve-cpu-usage"&gt;Recommendations to improve CPU usage&lt;/h2&gt; &lt;ul&gt; &lt;li&gt;Configure relevant settings for sending/retrieving data: &lt;a href="https://docs.appian.com/suite/help/latest/Post-Install_Configurations.html#Query_Rule_Limits"&gt;Query Limits&lt;/a&gt;, &lt;a href="https://docs.appian.com/suite/help/latest/Configuring_Web_Services.html"&gt;Web service timeouts&lt;/a&gt;, and &lt;a href="https://docs.appian.com/suite/help/latest/Report_Performance_Details.html"&gt;Report optimizations&lt;/a&gt;.&lt;/li&gt; &lt;li&gt;Avoid excessive invocations of subprocesses or activity chaining that increases foreground load on the execution engines.&lt;/li&gt; &lt;li&gt;Follow application design best practices to minimize updates during application imports.&lt;/li&gt; &lt;/ul&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: administration, how-to&lt;/div&gt;
</description></item></channel></rss>