<?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-1411 Memory threshold reached during output conversion</title><link>https://community.appian.com/support/w/kb/686/kb-1411-memory-threshold-reached-during-output-conversion</link><description /><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>KB-1411 Memory threshold reached during output conversion</title><link>https://community.appian.com/support/w/kb/686/kb-1411-memory-threshold-reached-during-output-conversion</link><pubDate>Sun, 08 Sep 2024 23:32:33 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:c42de385-8440-464e-9850-29f62e02260c</guid><dc:creator>Maggie Deppe-Walker</dc:creator><comments>https://community.appian.com/support/w/kb/686/kb-1411-memory-threshold-reached-during-output-conversion#comments</comments><description>Current Revision posted to Appian Knowledge Base by Maggie Deppe-Walker on 9/8/2024 11:32:33 PM&lt;br /&gt;
&lt;h2&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;The following error is seen in the application server log:&lt;/p&gt;
&lt;div class="content-scrollable-wrapper content-scrollable-wrapper-scrolled"&gt;
&lt;pre&gt;Caused by: com.appiancorp.suiteapi.common.exceptions.AppianRuntimeException: com.appiancorp.suiteapi.common.exceptions.AppianException: Memory threshold reached during output conversion (rule: [RULE], type: [DT], threshold: [1,048,576 bytes], objects successfully converted: [# OF CONVERTED OBJECTS]) (APNX-1-4164-024).&lt;/pre&gt;
&lt;/div&gt;
&lt;h2&gt;Cause&lt;/h2&gt;
&lt;p&gt;This error is thrown&amp;nbsp;when&amp;nbsp;a query rule is pulling in more data than the default 1MB limit. The 1MB configurable limit for the amount of data a query rule can retrieve from the database is defined in&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;strong&gt;custom.properties&lt;/strong&gt;:&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;code&gt;#####################&lt;/code&gt;&lt;br /&gt;&lt;code&gt;#### Query Rules ####&lt;/code&gt;&lt;br /&gt;&lt;code&gt;#####################&lt;/code&gt;&lt;br /&gt;&lt;code&gt;## The amount of memory in bytes that will be consumed in the application server&lt;/code&gt;&lt;br /&gt;&lt;code&gt;## for a single query before the query is halted. Default is 1 MB.&lt;/code&gt;&lt;br /&gt;&lt;code&gt;#conf.data.query.memory.limit=1048576&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;This cap is included in the product in order to avoid the&amp;nbsp;application server from running out of memory (heap). Changing this limit is not recommended because it can increase memory usage introducing performance issues.&lt;/p&gt;
&lt;h2&gt;Action&lt;/h2&gt;
&lt;p&gt;Whenever this error is thrown, consider redesigning the search logic. Most of the times, developers use a big CDT even though they only need some of the fields in that CDT for the search. The larger the amount of data and number of columns to retrieve the bigger the chances to reach this memory limit. Additionally,&amp;nbsp;try using the paging parameter to return less data or return data in batches.&lt;/p&gt;
&lt;p&gt;Refer to the following documentation:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://docs.appian.com/suite/help/latest/expressions-best-practices.html#page-and-filter-query-results"&gt;Expressions Best Practices&lt;/a&gt;&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: September 2024&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: database, memory, infrastructure&lt;/div&gt;
</description></item><item><title>KB-1411 Memory threshold reached during output conversion</title><link>https://community.appian.com/support/w/kb/686/kb-1411-memory-threshold-reached-during-output-conversion/revision/18</link><pubDate>Tue, 16 Jun 2020 23:17:47 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:c42de385-8440-464e-9850-29f62e02260c</guid><dc:creator>James Lee</dc:creator><comments>https://community.appian.com/support/w/kb/686/kb-1411-memory-threshold-reached-during-output-conversion#comments</comments><description>Revision 18 posted to Appian Knowledge Base by James Lee on 6/16/2020 11:17:47 PM&lt;br /&gt;
&lt;h2&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;The following error is seen in the application server log:&lt;/p&gt;
&lt;pre&gt;Caused by: com.appiancorp.suiteapi.common.exceptions.AppianRuntimeException: com.appiancorp.suiteapi.common.exceptions.AppianException: Memory threshold reached during output conversion (rule: [RULE], type: [DT], threshold: [1,048,576 bytes], objects successfully converted: [# OF CONVERTED OBJECTS]) (APNX-1-4164-024).&lt;/pre&gt;
&lt;h2&gt;Cause&lt;/h2&gt;
&lt;p&gt;This error is thrown&amp;nbsp;when&amp;nbsp;a query rule is pulling in more data than the default 1MB limit. The 1MB configurable limit for the amount of data a query rule can retrieve from the database is defined in &lt;strong&gt;custom.properties&lt;/strong&gt;:&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;code&gt;#####################&lt;/code&gt;&lt;br /&gt;&lt;code&gt;#### Query Rules ####&lt;/code&gt;&lt;br /&gt;&lt;code&gt;#####################&lt;/code&gt;&lt;br /&gt;&lt;code&gt;## The amount of memory in bytes that will be consumed in the application server&lt;/code&gt;&lt;br /&gt;&lt;code&gt;## for a single query before the query is halted. Default is 1 MB.&lt;/code&gt;&lt;br /&gt;&lt;code&gt;#conf.data.query.memory.limit=1048576&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;This cap is included in the product in order to avoid the&amp;nbsp;application server from running out of memory (heap). Changing this limit is not recommended because it can increase memory usage introducing performance issues.&lt;/p&gt;
&lt;p&gt;Changing this limit is not possible in Appian Cloud. Please review this documentation for more information:&amp;nbsp;&lt;a href="https://docs.appian.com/suite/help/latest/Appian_Cloud_FAQ.html#can-i-configure-custom-properties-in-appian-cloud?"&gt;Updating property files in Appian Cloud&lt;/a&gt;.&lt;/p&gt;
&lt;h2&gt;Action&lt;/h2&gt;
&lt;p&gt;Whenever this error is thrown, consider redesigning the search logic. Most of the times, developers use a big CDT even though they only need some of the fields in that CDT for the search. The larger the amount of data and number of columns to retrieve the bigger the chances to reach this memory limit. Additionally,&amp;nbsp;try using the paging parameter to return less data or return data in batches.&lt;/p&gt;
&lt;p&gt;Refer to the following documentation:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://docs.appian.com/suite/help/latest/Query_Rules.html#best-practices" rel="noopener noreferrer" target="_blank"&gt;Query Rules Best Practices&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://docs.appian.com/suite/help/latest/Querying_Data_From_an_RDBMS.html" rel="noopener noreferrer" target="_blank"&gt;Querying Data From an RDBMS&lt;/a&gt;&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;June 2020&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: database, memory, infrastructure&lt;/div&gt;
</description></item><item><title>KB-1411 Memory threshold reached during output conversion</title><link>https://community.appian.com/support/w/kb/686/kb-1411-memory-threshold-reached-during-output-conversion/revision/17</link><pubDate>Tue, 16 Jun 2020 23:16:31 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:c42de385-8440-464e-9850-29f62e02260c</guid><dc:creator>James Lee</dc:creator><comments>https://community.appian.com/support/w/kb/686/kb-1411-memory-threshold-reached-during-output-conversion#comments</comments><description>Revision 17 posted to Appian Knowledge Base by James Lee on 6/16/2020 11:16:31 PM&lt;br /&gt;
&lt;h2&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;The following error is seen in the application server log:&lt;/p&gt;
&lt;pre&gt;Caused by: com.appiancorp.suiteapi.common.exceptions.AppianRuntimeException: com.appiancorp.suiteapi.common.exceptions.AppianException: Memory threshold reached during output conversion (rule: [RULE], type: [DT], threshold: [1,048,576 bytes], objects successfully converted: [# OF CONVERTED OBJECTS]) (APNX-1-4164-024).&lt;/pre&gt;
&lt;h2&gt;Cause&lt;/h2&gt;
&lt;p&gt;This error is thrown&amp;nbsp;when&amp;nbsp;a query rule is pulling in more data than the default 1MB limit. The 1MB configurable limit for the amount of data a query rule can retrieve from the database is defined in &lt;strong&gt;custom.properties&lt;/strong&gt;:&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;code&gt;#####################&lt;/code&gt;&lt;br /&gt;&lt;code&gt;#### Query Rules ####&lt;/code&gt;&lt;br /&gt;&lt;code&gt;#####################&lt;/code&gt;&lt;br /&gt;&lt;code&gt;## The amount of memory in bytes that will be consumed in the application server&lt;/code&gt;&lt;br /&gt;&lt;code&gt;## for a single query before the query is halted. Default is 1 MB.&lt;/code&gt;&lt;br /&gt;&lt;code&gt;#conf.data.query.memory.limit=1048576&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;This cap is included in the product in order to avoid the&amp;nbsp;application server from running out of memory (heap). Changing this limit is not recommended because it can increase memory usage introducing performance issues.&lt;/p&gt;
&lt;p&gt;Changing this limit is not possible in Appian Cloud. Please review this documentation for more information:&amp;nbsp;&lt;a href="https://docs.appian.com/suite/help/latest/Appian_Cloud_FAQ.html#can-i-configure-custom-properties-in-appian-cloud?"&gt;Updating property files in Appian Cloud&lt;/a&gt;.&lt;/p&gt;
&lt;h2&gt;Action&lt;/h2&gt;
&lt;p&gt;Whenever this error is thrown, consider redesigning the search logic. Most of the times, developers use a big CDT even though they only need some of the fields in that CDT for the search. The larger the amount of data and number of columns to retrieve the bigger the chances to reach this memory limit. Additionally,&amp;nbsp;try using the paging parameter to return less data or return data in batches.&lt;/p&gt;
&lt;p&gt;Refer to the following documentation:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://docs.appian.com/suite/help/latest/Query_Rules.html#best-practices" rel="noopener noreferrer" target="_blank"&gt;Query Rules Best Practices&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://docs.appian.com/suite/help/latest/Querying_Data_From_an_RDBMS.html" rel="noopener noreferrer" target="_blank"&gt;Querying Data From an RDBMS&lt;/a&gt;&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;June 2020.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: database, memory, infrastructure&lt;/div&gt;
</description></item><item><title>KB-1411 Memory threshold reached during output conversion</title><link>https://community.appian.com/support/w/kb/686/kb-1411-memory-threshold-reached-during-output-conversion/revision/16</link><pubDate>Mon, 23 Jul 2018 13:14:56 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:c42de385-8440-464e-9850-29f62e02260c</guid><dc:creator>Jordan Horwat</dc:creator><comments>https://community.appian.com/support/w/kb/686/kb-1411-memory-threshold-reached-during-output-conversion#comments</comments><description>Revision 16 posted to Appian Knowledge Base by Jordan Horwat on 7/23/2018 1:14:56 PM&lt;br /&gt;
&lt;h2&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;The following error is seen in the application server log:&lt;/p&gt;
&lt;pre&gt;Caused by: com.appiancorp.suiteapi.common.exceptions.AppianRuntimeException: com.appiancorp.suiteapi.common.exceptions.AppianException: Memory threshold reached during output conversion (rule: [RULE], type: [DT], threshold: [1,048,576 bytes], objects successfully converted: [# OF CONVERTED OBJECTS]) (APNX-1-4164-024).&lt;/pre&gt;
&lt;h2&gt;Cause&lt;/h2&gt;
&lt;p&gt;This error is thrown&amp;nbsp;when&amp;nbsp;a query rule is pulling in more data than the default 1MB limit. The 1MB configurable limit for the amount of data a query rule can retrieve from the database is defined in &lt;strong&gt;custom.properties&lt;/strong&gt;:&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;code&gt;#####################&lt;/code&gt;&lt;br /&gt;&lt;code&gt;#### Query Rules ####&lt;/code&gt;&lt;br /&gt;&lt;code&gt;#####################&lt;/code&gt;&lt;br /&gt;&lt;code&gt;## The amount of memory in bytes that will be consumed in the application server&lt;/code&gt;&lt;br /&gt;&lt;code&gt;## for a single query before the query is halted. Default is 1 MB.&lt;/code&gt;&lt;br /&gt;&lt;code&gt;#conf.data.query.memory.limit=1048576&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;This cap is included in the product in order to avoid the&amp;nbsp;application server from running out of memory (heap). Changing this limit is not recommended because it can increase memory usage introducing performance issues.&lt;/p&gt;
&lt;p&gt;Changing this limit is not possible in Appian Cloud. Please review this documentation for more information:&amp;nbsp;&lt;a href="https://docs.appian.com/suite/help/latest/Appian_Cloud_FAQ.html#Updating_property_files_in_Appian_Cloud" target="_blank"&gt;Updating property files in Appian Cloud&lt;/a&gt;&amp;nbsp;&lt;/p&gt;
&lt;h2&gt;Action&lt;/h2&gt;
&lt;p&gt;Whenever this error is thrown, consider redesigning the search logic. Most of the times, developers use a big CDT even though they only need some of the fields in that CDT for the search. The larger the amount of data and number of columns to retrieve the bigger the chances to reach this memory limit. Additionally,&amp;nbsp;try using the paging parameter to return less data or return data in batches.&lt;/p&gt;
&lt;p&gt;Refer to the following documentation:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://docs.appian.com/suite/help/latest/Query_Rules.html#best-practices" target="_blank"&gt;Query Rules Best Practices&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://docs.appian.com/suite/help/latest/Querying_Data_From_an_RDBMS.html" target="_blank"&gt;Querying Data From an RDBMS&lt;/a&gt;&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: November 2017&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: database, memory, infrastructure&lt;/div&gt;
</description></item><item><title>KB-1411 Memory threshold reached during output conversion</title><link>https://community.appian.com/support/w/kb/686/kb-1411-memory-threshold-reached-during-output-conversion/revision/15</link><pubDate>Tue, 21 Nov 2017 11:22:23 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:c42de385-8440-464e-9850-29f62e02260c</guid><dc:creator>Nick Vigilante</dc:creator><comments>https://community.appian.com/support/w/kb/686/kb-1411-memory-threshold-reached-during-output-conversion#comments</comments><description>Revision 15 posted to Appian Knowledge Base by Nick Vigilante on 11/21/2017 11:22:23 AM&lt;br /&gt;
&lt;h2&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;The following error is seen in the application server log:&lt;/p&gt;
&lt;pre&gt;Caused by: com.appiancorp.suiteapi.common.exceptions.AppianRuntimeException: com.appiancorp.suiteapi.common.exceptions.AppianException: Memory threshold reached during output conversion (rule: [RULE], type: [DT], threshold: [1,048,576 bytes], objects successfully converted: [# OF CONVERTED OBJECTS]) (APNX-1-4164-024).&lt;/pre&gt;
&lt;h2&gt;Cause&lt;/h2&gt;
&lt;p&gt;This error is thrown&amp;nbsp;when&amp;nbsp;a query rule is pulling in more data than the default 1MB limit. The 1MB configurable limit for the amount of data a query rule can retrieve from the database is defined in &lt;strong&gt;custom.properties&lt;/strong&gt;:&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;code&gt;#####################&lt;/code&gt;&lt;br /&gt;&lt;code&gt;#### Query Rules ####&lt;/code&gt;&lt;br /&gt;&lt;code&gt;#####################&lt;/code&gt;&lt;br /&gt;&lt;code&gt;## The amount of memory in bytes that will be consumed in the application server&lt;/code&gt;&lt;br /&gt;&lt;code&gt;## for a single query before the query is halted. Default is 1 MB.&lt;/code&gt;&lt;br /&gt;&lt;code&gt;#conf.data.query.memory.limit=1048576&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;This cap is included in the product in order to avoid the&amp;nbsp;application server from running out of memory (heap). Changing this limit is not recommended because it can increase memory usage introducing performance issues.&lt;/p&gt;
&lt;p&gt;Changing this limit is not possible in Appian Cloud. Please review this documentation for more information:&amp;nbsp;&lt;a href="https://docs.appian.com/suite/help/latest/Appian_Cloud_FAQ.html#Updating_property_files_in_Appian_Cloud" target="_blank"&gt;Updating property files in Appian Cloud&lt;/a&gt;&amp;nbsp;&lt;/p&gt;
&lt;h2&gt;Action&lt;/h2&gt;
&lt;p&gt;Whenever this error is thrown, consider redesigning the search logic. Most of the times, developers use a big CDT even though they only need some of the fields in that CDT for the search. The larger the amount of data and number of columns to retrieve the bigger the chances to reach this memory limit. Additionally,&amp;nbsp;try using the paging parameter to return less data or return data in batches.&lt;/p&gt;
&lt;p&gt;Refer to the following documentation:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://docs.appian.com/suite/help/latest/Query_Rules.html#best-practices" target="_blank"&gt;Query Rules Best Practices&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://docs.appian.com/suite/help/latest/Querying_Data_From_an_RDBMS.html" target="_blank"&gt;Querying Data From an RDBMS&lt;/a&gt;&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: November 2017&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: database, memory&lt;/div&gt;
</description></item><item><title>KB-1411 Memory threshold reached during output conversion</title><link>https://community.appian.com/support/w/kb/686/kb-1411-memory-threshold-reached-during-output-conversion/revision/14</link><pubDate>Tue, 31 Oct 2017 20:03:16 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:c42de385-8440-464e-9850-29f62e02260c</guid><dc:creator>Nick Vigilante</dc:creator><comments>https://community.appian.com/support/w/kb/686/kb-1411-memory-threshold-reached-during-output-conversion#comments</comments><description>Revision 14 posted to Appian Knowledge Base by Nick Vigilante on 10/31/2017 8:03:16 PM&lt;br /&gt;
&lt;h2&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;The following error is seen in the application server log:&lt;/p&gt;
&lt;pre&gt;Caused by: com.appiancorp.suiteapi.common.exceptions.AppianRuntimeException: com.appiancorp.suiteapi.common.exceptions.AppianException: Memory threshold reached during output conversion (rule: [RULE], type: [DT], threshold: [1,048,576 bytes], objects successfully converted: [# OF CONVERTED OBJECTS]) (APNX-1-4164-024).&lt;/pre&gt;
&lt;h2&gt;Cause&lt;/h2&gt;
&lt;p&gt;This error is thrown&amp;nbsp;when&amp;nbsp;a query rule is pulling in more data than the default 1MB limit. The 1MB configurable limit for the amount of data a query rule can retrieve from the database is defined in &lt;strong&gt;custom.properties&lt;/strong&gt;:&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;code&gt;#####################&lt;/code&gt;&lt;br /&gt;&lt;code&gt;#### Query Rules ####&lt;/code&gt;&lt;br /&gt;&lt;code&gt;#####################&lt;/code&gt;&lt;br /&gt;&lt;code&gt;## The amount of memory in bytes that will be consumed in the application server&lt;/code&gt;&lt;br /&gt;&lt;code&gt;## for a single query before the query is halted. Default is 1 MB.&lt;/code&gt;&lt;br /&gt;&lt;code&gt;#conf.data.query.memory.limit=1048576&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;This cap is included in the product in order to avoid the&amp;nbsp;application server from running out of memory (heap). Changing this limit is not recommended because it can increase memory usage introducing performance issues.&lt;/p&gt;
&lt;p&gt;Changing this limit is not possible in Appian Cloud. Please review this documentation for more information:&amp;nbsp;&lt;a href="https://docs.appian.com/suite/help/17.3/Appian_Cloud_FAQ.html#Updating_property_files_in_Appian_Cloud"&gt;https://docs.appian.com/suite/help/17.3/Appian_Cloud_FAQ.html#Updating_property_files_in_Appian_Cloud&lt;/a&gt;&amp;nbsp;&lt;/p&gt;
&lt;h2&gt;Action&lt;/h2&gt;
&lt;p&gt;Whenever this error is thrown, consider redesigning the search logic. Most of the times, developers use a big CDT even though they only need some of the fields in that CDT for the search. The larger the amount of data and number of columns to retrieve the bigger the chances to reach this memory limit. Additionally,&amp;nbsp;try using the paging parameter to return less data or return data in batches.&lt;/p&gt;
&lt;p&gt;Refer to the following documentation:&lt;/p&gt;
&lt;p&gt;Query Rules Best Practices:&amp;nbsp;&lt;a href="https://docs.appian.com/suite/help/17.3/Query_Rules.html#best-practices"&gt;https://docs.appian.com/suite/help/17.3/Query_Rules.html#best-practices&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Methods of querying data from a database: &lt;a href="https://docs.appian.com/suite/help/17.3/Querying_Data_From_an_RDBMS.html"&gt;https://docs.appian.com/suite/help/17.3/Querying_Data_From_an_RDBMS.html&lt;/a&gt;&amp;nbsp;&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;p&gt;Last Reviewed: October 2017&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: database, memory&lt;/div&gt;
</description></item><item><title>Memory threshold reached during output conversion</title><link>https://community.appian.com/support/w/kb/686/kb-1411-memory-threshold-reached-during-output-conversion/revision/13</link><pubDate>Thu, 26 Oct 2017 18:40:43 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:c42de385-8440-464e-9850-29f62e02260c</guid><dc:creator>Parmida Borhani</dc:creator><comments>https://community.appian.com/support/w/kb/686/kb-1411-memory-threshold-reached-during-output-conversion#comments</comments><description>Revision 13 posted to Appian Knowledge Base by Parmida Borhani on 10/26/2017 6:40:43 PM&lt;br /&gt;
&lt;h2&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;The following error is seen in the application server log:&lt;/p&gt;
&lt;pre&gt;Caused by: com.appiancorp.suiteapi.common.exceptions.AppianRuntimeException: com.appiancorp.suiteapi.common.exceptions.AppianException: Memory threshold reached during output conversion (rule: [RULE], type: [DT], threshold: [1,048,576 bytes], objects successfully converted: [# OF CONVERTED OBJECTS]) (APNX-1-4164-024).&lt;/pre&gt;
&lt;h2&gt;Cause&lt;/h2&gt;
&lt;p&gt;This error is thrown&amp;nbsp;when&amp;nbsp;a query rule is pulling in more data than the default 1MB limit. The 1MB configurable limit for the amount of data a query rule can retrieve from the database is defined in &lt;strong&gt;custom.properties&lt;/strong&gt;:&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;code&gt;#####################&lt;/code&gt;&lt;br /&gt;&lt;code&gt;#### Query Rules ####&lt;/code&gt;&lt;br /&gt;&lt;code&gt;#####################&lt;/code&gt;&lt;br /&gt;&lt;code&gt;## The amount of memory in bytes that will be consumed in the application server&lt;/code&gt;&lt;br /&gt;&lt;code&gt;## for a single query before the query is halted. Default is 1 MB.&lt;/code&gt;&lt;br /&gt;&lt;code&gt;#conf.data.query.memory.limit=1048576&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;This cap is included in the product in order to avoid the&amp;nbsp;application server from running out of memory (heap). Changing this limit is not recommended because it can increase memory usage introducing performance issues.&lt;/p&gt;
&lt;p&gt;Changing this limit is not possible in Appian Cloud. Please review this documentation for more information:&amp;nbsp;&lt;a href="https://docs.appian.com/suite/help/17.3/Appian_Cloud_FAQ.html#Updating_property_files_in_Appian_Cloud"&gt;https://docs.appian.com/suite/help/17.3/Appian_Cloud_FAQ.html#Updating_property_files_in_Appian_Cloud&lt;/a&gt;&amp;nbsp;&lt;/p&gt;
&lt;h2&gt;Action&lt;/h2&gt;
&lt;p&gt;Whenever this error is thrown, consider redesigning the search logic. Most of the times, developers use a big CDT even though they only need some of the fields in that CDT for the search. The larger the amount of data and number of columns to retrieve the bigger the chances to reach this memory limit. Additionally,&amp;nbsp;try using the paging parameter to return less data or return data in batches.&lt;/p&gt;
&lt;p&gt;Refer to the following documentation:&lt;/p&gt;
&lt;p&gt;Query Rules Best Practices:&amp;nbsp;&lt;a href="https://docs.appian.com/suite/help/17.3/Query_Rules.html#best-practices"&gt;https://docs.appian.com/suite/help/17.3/Query_Rules.html#best-practices&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Methods of querying data from a database: &lt;a href="https://docs.appian.com/suite/help/17.3/Querying_Data_From_an_RDBMS.html"&gt;https://docs.appian.com/suite/help/17.3/Querying_Data_From_an_RDBMS.html&lt;/a&gt;&amp;nbsp;&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;p&gt;Last Reviewed: October 2017&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: database, memory&lt;/div&gt;
</description></item><item><title>Memory threshold reached during output conversion</title><link>https://community.appian.com/support/w/kb/686/kb-1411-memory-threshold-reached-during-output-conversion/revision/12</link><pubDate>Thu, 26 Oct 2017 18:40:15 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:c42de385-8440-464e-9850-29f62e02260c</guid><dc:creator>Parmida Borhani</dc:creator><comments>https://community.appian.com/support/w/kb/686/kb-1411-memory-threshold-reached-during-output-conversion#comments</comments><description>Revision 12 posted to Appian Knowledge Base by Parmida Borhani on 10/26/2017 6:40:15 PM&lt;br /&gt;
&lt;h2&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;The following error is seen in the application server log:&lt;/p&gt;
&lt;pre&gt;Caused by: com.appiancorp.suiteapi.common.exceptions.AppianRuntimeException: com.appiancorp.suiteapi.common.exceptions.AppianException: Memory threshold reached during output conversion (rule: [RULE], type: [DT], threshold: [1,048,576 bytes], objects successfully converted: [# OF CONVERTED OBJECTS]) (APNX-1-4164-024).&lt;/pre&gt;
&lt;h2&gt;Cause&lt;/h2&gt;
&lt;p&gt;This error is thrown&amp;nbsp;when&amp;nbsp;a query rule is pulling in more data than the default 1MB limit. The 1MB configurable limit for the amount of data a query rule can retrieve from the database is defined in &lt;strong&gt;custom.properties&lt;/strong&gt;:&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;code&gt;#####################&lt;/code&gt;&lt;br /&gt;&lt;code&gt;#### Query Rules ####&lt;/code&gt;&lt;br /&gt;&lt;code&gt;#####################&lt;/code&gt;&lt;br /&gt;&lt;code&gt;## The amount of memory in bytes that will be consumed in the application server&lt;/code&gt;&lt;br /&gt;&lt;code&gt;## for a single query before the query is halted. Default is 1 MB.&lt;/code&gt;&lt;br /&gt;&lt;code&gt;#conf.data.query.memory.limit=1048576&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;This cap is included in the product in order to avoid the&amp;nbsp;application server from running out of memory (heap). Changing this limit is not recommended because it can increase memory usage introducing performance issues.&lt;/p&gt;
&lt;p&gt;Changing this limit is not possible in Appian Cloud. Please review this documentation for more information:&amp;nbsp;https://docs.appian.com/suite/help/17.3/Appian_Cloud_FAQ.html#Updating_property_files_in_Appian_Cloud&lt;/p&gt;
&lt;h2&gt;Action&lt;/h2&gt;
&lt;p&gt;Whenever this error is thrown, consider redesigning the search logic. Most of the times, developers use a big CDT even though they only need some of the fields in that CDT for the search. The larger the amount of data and number of columns to retrieve the bigger the chances to reach this memory limit. Additionally,&amp;nbsp;try using the paging parameter to return less data or return data in batches.&lt;/p&gt;
&lt;p&gt;Refer to the following documentation:&lt;/p&gt;
&lt;p&gt;Query Rules Best Practices:&amp;nbsp;&lt;a href="https://docs.appian.com/suite/help/17.3/Query_Rules.html#best-practices"&gt;https://docs.appian.com/suite/help/17.3/Query_Rules.html#best-practices&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Methods of querying data from a database: https://docs.appian.com/suite/help/17.3/Querying_Data_From_an_RDBMS.html&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;p&gt;Last Reviewed: October 2017&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: database, memory&lt;/div&gt;
</description></item><item><title>Memory threshold reached during output conversion</title><link>https://community.appian.com/support/w/kb/686/kb-1411-memory-threshold-reached-during-output-conversion/revision/11</link><pubDate>Thu, 26 Oct 2017 18:38:48 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:c42de385-8440-464e-9850-29f62e02260c</guid><dc:creator>Parmida Borhani</dc:creator><comments>https://community.appian.com/support/w/kb/686/kb-1411-memory-threshold-reached-during-output-conversion#comments</comments><description>Revision 11 posted to Appian Knowledge Base by Parmida Borhani on 10/26/2017 6:38:48 PM&lt;br /&gt;
&lt;h2&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;The following error is seen in the application server log:&lt;/p&gt;
&lt;pre&gt;Caused by: com.appiancorp.suiteapi.common.exceptions.AppianRuntimeException: com.appiancorp.suiteapi.common.exceptions.AppianException: Memory threshold reached during output conversion (rule: [RULE], type: [DT], threshold: [1,048,576 bytes], objects successfully converted: [# OF CONVERTED OBJECTS]) (APNX-1-4164-024).&lt;/pre&gt;
&lt;h2&gt;Cause&lt;/h2&gt;
&lt;p&gt;This error is thrown&amp;nbsp;when&amp;nbsp;a query rule is pulling in more data than the default 1MB limit. The 1MB configurable limit for the amount of data a query rule can retrieve from the database is defined in &lt;strong&gt;custom.properties&lt;/strong&gt;:&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;code&gt;#####################&lt;/code&gt;&lt;br /&gt;&lt;code&gt;#### Query Rules ####&lt;/code&gt;&lt;br /&gt;&lt;code&gt;#####################&lt;/code&gt;&lt;br /&gt;&lt;code&gt;## The amount of memory in bytes that will be consumed in the application server&lt;/code&gt;&lt;br /&gt;&lt;code&gt;## for a single query before the query is halted. Default is 1 MB.&lt;/code&gt;&lt;br /&gt;&lt;code&gt;#conf.data.query.memory.limit=1048576&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;This cap is included in the product in order to avoid the&amp;nbsp;application server from running out of memory (heap). Changing this limit is not recommended because it can increase memory usage introducing performance issues.&lt;/p&gt;
&lt;p&gt;Changing this limit is not possible in Appian Cloud. Please review this documentation for more information:&amp;nbsp;https://docs.appian.com/suite/help/17.3/Appian_Cloud_FAQ.html#Updating_property_files_in_Appian_Cloud&lt;/p&gt;
&lt;h2&gt;Action&lt;/h2&gt;
&lt;p&gt;Whenever this error is thrown, consider redesigning the search logic. Most of the times, developers use a big CDT even though they only need some of the fields in that CDT for the search. The larger the amount of data and number of columns to retrieve the bigger the chances to reach this memory limit. Additionally,&amp;nbsp;try using the paging parameter to return less data or return data in batches.&lt;/p&gt;
&lt;p&gt;Refer:&lt;/p&gt;
&lt;p&gt;Query Rules Best Practices:&amp;nbsp;&lt;a href="https://docs.appian.com/suite/help/17.3/Query_Rules.html#best-practices"&gt;https://docs.appian.com/suite/help/17.3/Query_Rules.html#best-practices&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Different methods of querying data from a database: https://docs.appian.com/suite/help/17.3/Querying_Data_From_an_RDBMS.html&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;p&gt;Last Reviewed: October 2017&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: database, memory&lt;/div&gt;
</description></item><item><title>Memory threshold reached during output conversion</title><link>https://community.appian.com/support/w/kb/686/kb-1411-memory-threshold-reached-during-output-conversion/revision/10</link><pubDate>Thu, 26 Oct 2017 18:37:58 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:c42de385-8440-464e-9850-29f62e02260c</guid><dc:creator>Parmida Borhani</dc:creator><comments>https://community.appian.com/support/w/kb/686/kb-1411-memory-threshold-reached-during-output-conversion#comments</comments><description>Revision 10 posted to Appian Knowledge Base by Parmida Borhani on 10/26/2017 6:37:58 PM&lt;br /&gt;
&lt;h2&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;The following error is seen in the application server log:&lt;/p&gt;
&lt;pre&gt;Caused by: com.appiancorp.suiteapi.common.exceptions.AppianRuntimeException: com.appiancorp.suiteapi.common.exceptions.AppianException: Memory threshold reached during output conversion (rule: [RULE], type: [DT], threshold: [1,048,576 bytes], objects successfully converted: [# OF CONVERTED OBJECTS]) (APNX-1-4164-024).&lt;/pre&gt;
&lt;h2&gt;Cause&lt;/h2&gt;
&lt;p&gt;This error is thrown&amp;nbsp;when&amp;nbsp;a query rule is pulling in more data than the default 1MB limit. The 1MB configurable limit for the amount of data a query rule can retrieve from the database is defined in &lt;strong&gt;custom.properties&lt;/strong&gt;:&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;code&gt;#####################&lt;/code&gt;&lt;br /&gt;&lt;code&gt;#### Query Rules ####&lt;/code&gt;&lt;br /&gt;&lt;code&gt;#####################&lt;/code&gt;&lt;br /&gt;&lt;code&gt;## The amount of memory in bytes that will be consumed in the application server&lt;/code&gt;&lt;br /&gt;&lt;code&gt;## for a single query before the query is halted. Default is 1 MB.&lt;/code&gt;&lt;br /&gt;&lt;code&gt;#conf.data.query.memory.limit=1048576&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;This cap is included in the product in order to avoid the&amp;nbsp;application server from running out of memory (heap). Changing this limit is not recommended because it can increase memory usage introducing performance issues.&lt;/p&gt;
&lt;p&gt;Changing this limit is not possible in Appian Cloud. Please review this documentation for more information:&amp;nbsp;https://docs.appian.com/suite/help/17.3/Appian_Cloud_FAQ.html#Updating_property_files_in_Appian_Cloud&lt;/p&gt;
&lt;h2&gt;Action&lt;/h2&gt;
&lt;p&gt;Whenever this error is thrown, consider redesigning the search logic. Most of the times, developers use a big CDT even though they only need some of the fields in that CDT for the search. The larger the amount of data and number of columns to retrieve the bigger the chances to reach this memory limit. Additionally,&amp;nbsp;try using the paging parameter to return less data or return data in batches.&lt;/p&gt;
&lt;p&gt;Refer&amp;nbsp;to:&lt;/p&gt;
&lt;p&gt;Query Rules Best Practices:&amp;nbsp;&lt;a href="https://docs.appian.com/suite/help/17.3/Query_Rules.html#best-practices"&gt;https://docs.appian.com/suite/help/17.3/Query_Rules.html#best-practices&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Different methods of querying data from a database: https://docs.appian.com/suite/help/17.3/Querying_Data_From_an_RDBMS.html&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;p&gt;Last Reviewed: October 2017&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: database, memory&lt;/div&gt;
</description></item><item><title>Memory threshold reached during output conversion</title><link>https://community.appian.com/support/w/kb/686/kb-1411-memory-threshold-reached-during-output-conversion/revision/9</link><pubDate>Thu, 26 Oct 2017 18:37:18 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:c42de385-8440-464e-9850-29f62e02260c</guid><dc:creator>Parmida Borhani</dc:creator><comments>https://community.appian.com/support/w/kb/686/kb-1411-memory-threshold-reached-during-output-conversion#comments</comments><description>Revision 9 posted to Appian Knowledge Base by Parmida Borhani on 10/26/2017 6:37:18 PM&lt;br /&gt;
&lt;h2&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;The following error is seen in the application server log:&lt;/p&gt;
&lt;pre&gt;Caused by: com.appiancorp.suiteapi.common.exceptions.AppianRuntimeException: com.appiancorp.suiteapi.common.exceptions.AppianException: Memory threshold reached during output conversion (rule: [RULE], type: [DT], threshold: [1,048,576 bytes], objects successfully converted: [# OF CONVERTED OBJECTS]) (APNX-1-4164-024).&lt;/pre&gt;
&lt;h2&gt;Cause&lt;/h2&gt;
&lt;p&gt;This error is thrown&amp;nbsp;when&amp;nbsp;a query rule is pulling in more data than the default 1MB limit. The 1MB configurable limit for the amount of data a query rule can retrieve from the database is defined in &lt;strong&gt;custom.properties&lt;/strong&gt;:&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;code&gt;#####################&lt;/code&gt;&lt;br /&gt;&lt;code&gt;#### Query Rules ####&lt;/code&gt;&lt;br /&gt;&lt;code&gt;#####################&lt;/code&gt;&lt;br /&gt;&lt;code&gt;## The amount of memory in bytes that will be consumed in the application server&lt;/code&gt;&lt;br /&gt;&lt;code&gt;## for a single query before the query is halted. Default is 1 MB.&lt;/code&gt;&lt;br /&gt;&lt;code&gt;#conf.data.query.memory.limit=1048576&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;This cap is included in the product in order to avoid the&amp;nbsp;application server from running out of memory (heap). Changing this limit is not recommended because it can increase memory usage introducing performance issues.&lt;/p&gt;
&lt;p&gt;Changing this limit is not possible in Appian Cloud. Please review this documentation for more information:&amp;nbsp;https://docs.appian.com/suite/help/17.3/Appian_Cloud_FAQ.html#Updating_property_files_in_Appian_Cloud&lt;/p&gt;
&lt;h2&gt;Action&lt;/h2&gt;
&lt;p&gt;Whenever this error is thrown, consider redesigning the search logic. Most of the times, developers use a big CDT even though they only need some of the fields in that CDT for the search. The larger the amount of data and number of columns to retrieve the bigger the chances to reach this memory limit. Additionally,&amp;nbsp;try using the paging parameter to return less data or return data in batches.&lt;/p&gt;
&lt;p&gt;Refer&amp;nbsp;to Query Rules Best Practices for more information:&amp;nbsp;&lt;a href="https://docs.appian.com/suite/help/17.3/Query_Rules.html#best-practices"&gt;https://docs.appian.com/suite/help/17.3/Query_Rules.html#best-practices&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Refer to different methods of querying data from a database: https://docs.appian.com/suite/help/17.3/Querying_Data_From_an_RDBMS.html&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;p&gt;Last Reviewed: October 2017&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: database, memory&lt;/div&gt;
</description></item><item><title>Memory threshold reached during output conversion</title><link>https://community.appian.com/support/w/kb/686/kb-1411-memory-threshold-reached-during-output-conversion/revision/8</link><pubDate>Thu, 26 Oct 2017 08:36:26 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:c42de385-8440-464e-9850-29f62e02260c</guid><dc:creator>Nick Vigilante</dc:creator><comments>https://community.appian.com/support/w/kb/686/kb-1411-memory-threshold-reached-during-output-conversion#comments</comments><description>Revision 8 posted to Appian Knowledge Base by Nick Vigilante on 10/26/2017 8:36:26 AM&lt;br /&gt;
&lt;h2&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;The following error is seen in the application server log:&lt;/p&gt;
&lt;pre&gt;Caused by: com.appiancorp.suiteapi.common.exceptions.AppianRuntimeException: com.appiancorp.suiteapi.common.exceptions.AppianException: Memory threshold reached during output conversion (rule: [RULE], type: [DT], threshold: [1,048,576 bytes], objects successfully converted: [# OF CONVERTED OBJECTS]) (APNX-1-4164-024).&lt;/pre&gt;
&lt;h2&gt;Cause&lt;/h2&gt;
&lt;p&gt;This error is thrown&amp;nbsp;when&amp;nbsp;a query rule is pulling in more data than the default 1MB limit. The 1MB configurable limit for the amount of data a query rule can retrieve from the database is defined in &lt;strong&gt;custom.properties&lt;/strong&gt;:&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;code&gt;#####################&lt;/code&gt;&lt;br /&gt;&lt;code&gt;#### Query Rules ####&lt;/code&gt;&lt;br /&gt;&lt;code&gt;#####################&lt;/code&gt;&lt;br /&gt;&lt;code&gt;## The amount of memory in bytes that will be consumed in the application server&lt;/code&gt;&lt;br /&gt;&lt;code&gt;## for a single query before the query is halted. Default is 1 MB.&lt;/code&gt;&lt;br /&gt;&lt;code&gt;#conf.data.query.memory.limit=1048576&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;This cap is included in the product in order to avoid the&amp;nbsp;application server from running out of memory (heap). Changing this limit is not recommended because it can introduce performance issues.&lt;/p&gt;
&lt;p&gt;Changing this limit is not possible in Appian Cloud. Please review this documentation for more information:&amp;nbsp;https://docs.appian.com/suite/help/17.3/Appian_Cloud_FAQ.html#Updating_property_files_in_Appian_Cloud&lt;/p&gt;
&lt;h2&gt;Action&lt;/h2&gt;
&lt;p&gt;Whenever this error is thrown, consider redesigning the search logic. Most of the times, developers use a big CDT even though they only need some of the fields in that CDT for the search. The larger the amount of data and number of columns to retrieve the bigger the chances to reach this memory limit. Additionally,&amp;nbsp;try using the paging parameter to return less data or return data in batches.&lt;/p&gt;
&lt;p&gt;Refer&amp;nbsp;to Query Rules Best Practices for more information:&amp;nbsp;https://docs.appian.com/suite/help/17.3/Query_Rules.html#best-practices&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;p&gt;Last Reviewed: October 2017&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: database, memory&lt;/div&gt;
</description></item><item><title>Memory threshold reached during output conversion</title><link>https://community.appian.com/support/w/kb/686/kb-1411-memory-threshold-reached-during-output-conversion/revision/1</link><pubDate>Thu, 26 Oct 2017 01:16:51 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:c42de385-8440-464e-9850-29f62e02260c</guid><dc:creator>Parmida Borhani</dc:creator><comments>https://community.appian.com/support/w/kb/686/kb-1411-memory-threshold-reached-during-output-conversion#comments</comments><description>Revision 1 posted to Appian Knowledge Base by Parmida Borhani on 10/26/2017 1:16:51 AM&lt;br /&gt;
&lt;p&gt;Symptoms&lt;/p&gt;
&lt;p&gt;Cause&lt;/p&gt;
&lt;p&gt;Action&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Last Reviewed: October 2017&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;
</description></item><item><title>Memory threshold reached during output conversion</title><link>https://community.appian.com/support/w/kb/686/kb-1411-memory-threshold-reached-during-output-conversion/revision/7</link><pubDate>Wed, 25 Oct 2017 21:41:25 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:c42de385-8440-464e-9850-29f62e02260c</guid><dc:creator>Parmida Borhani</dc:creator><comments>https://community.appian.com/support/w/kb/686/kb-1411-memory-threshold-reached-during-output-conversion#comments</comments><description>Revision 7 posted to Appian Knowledge Base by Parmida Borhani on 10/25/2017 9:41:25 PM&lt;br /&gt;
&lt;h2&gt;Symptoms&lt;/h2&gt;
&lt;pre&gt;The following error is seen.&lt;br /&gt;&lt;br /&gt;Caused by: com.appiancorp.suiteapi.common.exceptions.AppianRuntimeException: com.appiancorp.suiteapi.common.exceptions.AppianException: Memory threshold reached during output conversion (rule: [RULE], type: [DT], threshold: [1,048,576 bytes], objects successfully converted: [# OF CONVERTED OBJECTS]) (APNX-1-4164-024).&lt;/pre&gt;
&lt;h2&gt;Cause&lt;/h2&gt;
&lt;p&gt;This error is thrown&amp;nbsp;when&amp;nbsp;a query rule is pulling in more data than the default 1MB limit. The 1MB configurable limit for the amount of data a query rule can retrieve from the database is defined in custom.properties:&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;code&gt;#####################&lt;/code&gt;&lt;br /&gt;&lt;code&gt;#### Query Rules ####&lt;/code&gt;&lt;br /&gt;&lt;code&gt;#####################&lt;/code&gt;&lt;br /&gt;&lt;code&gt;## The amount of memory in bytes that will be consumed in the application server&lt;/code&gt;&lt;br /&gt;&lt;code&gt;## for a single query before the query is halted. Default is 1 MB.&lt;/code&gt;&lt;br /&gt;&lt;code&gt;#conf.data.query.memory.limit=1048576&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;This cap is included in the product in order to avoid your application server from running out of memory (heap). Changing this limit is not recommended because it can introduce performance issues.&lt;/p&gt;
&lt;h2&gt;Action&lt;/h2&gt;
&lt;p&gt;Whenever you face an error of this type you should start thinking about re-designing the search logic. Most of the times developers use a big CDT even though they only need some of the fields in that CDT for the search. The larger the amount of data and number of columns to retrieve the bigger the chances to reach this memory limit. You can also try using the paging parameter to return less data or return data in batches.&lt;/p&gt;
&lt;p&gt;You may also refer to the Query Rules Best Practices:&amp;nbsp;https://docs.appian.com/suite/help/17.3/Query_Rules.html#best-practices&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;p&gt;Last Reviewed: October 2017&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: database, memory&lt;/div&gt;
</description></item><item><title>Memory threshold reached during output conversion</title><link>https://community.appian.com/support/w/kb/686/kb-1411-memory-threshold-reached-during-output-conversion/revision/6</link><pubDate>Wed, 25 Oct 2017 21:34:17 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:c42de385-8440-464e-9850-29f62e02260c</guid><dc:creator>Parmida Borhani</dc:creator><comments>https://community.appian.com/support/w/kb/686/kb-1411-memory-threshold-reached-during-output-conversion#comments</comments><description>Revision 6 posted to Appian Knowledge Base by Parmida Borhani on 10/25/2017 9:34:17 PM&lt;br /&gt;
&lt;h2&gt;Symptoms&lt;/h2&gt;
&lt;pre&gt;The following error is seen.&lt;br /&gt;&lt;br /&gt;Caused by: com.appiancorp.suiteapi.common.exceptions.AppianRuntimeException: com.appiancorp.suiteapi.common.exceptions.AppianException: Memory threshold reached during output conversion (rule: [RULE], type: [DT], threshold: [1,048,576 bytes], objects successfully converted: [# OF CONVERTED OBJECTS]) (APNX-1-4164-024).&lt;/pre&gt;
&lt;h2&gt;Cause&lt;/h2&gt;
&lt;p&gt;This error is thrown&amp;nbsp;when&amp;nbsp;a query rule is pulling in more data than the default 1MB limit. The 1MB configurable limit for the amount of data a query rule can retrieve from the database is defined in custom.properties:&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;code&gt;#####################&lt;/code&gt;&lt;br /&gt;&lt;code&gt;#### Query Rules ####&lt;/code&gt;&lt;br /&gt;&lt;code&gt;#####################&lt;/code&gt;&lt;br /&gt;&lt;code&gt;## The amount of memory in bytes that will be consumed in the application server&lt;/code&gt;&lt;br /&gt;&lt;code&gt;## for a single query before the query is halted. Default is 1 MB.&lt;/code&gt;&lt;br /&gt;&lt;code&gt;#conf.data.query.memory.limit=1048576&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;This cap is included in the product in order to avoid your application server from running out of memory (heap). Changing this limit is not recommended because it can introduce performance issues.&lt;/p&gt;
&lt;h2&gt;Action&lt;/h2&gt;
&lt;p&gt;Whenever you face an error of this type you should start thinking about re-designing the search logic. Most of the times developers use a big CDT even though they only need some of the fields in that CDT for the search. The larger the amount of data and number of columns to retrieve the bigger the chances to reach this memory limit. You can also try using the paging parameter to return less data or return data in batches.&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;p&gt;Last Reviewed: October 2017&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: database, memory&lt;/div&gt;
</description></item><item><title>Memory threshold reached during output conversion</title><link>https://community.appian.com/support/w/kb/686/kb-1411-memory-threshold-reached-during-output-conversion/revision/5</link><pubDate>Wed, 25 Oct 2017 21:32:56 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:c42de385-8440-464e-9850-29f62e02260c</guid><dc:creator>Parmida Borhani</dc:creator><comments>https://community.appian.com/support/w/kb/686/kb-1411-memory-threshold-reached-during-output-conversion#comments</comments><description>Revision 5 posted to Appian Knowledge Base by Parmida Borhani on 10/25/2017 9:32:56 PM&lt;br /&gt;
&lt;h2&gt;Symptoms&lt;/h2&gt;
&lt;pre&gt;Caused by: com.appiancorp.suiteapi.common.exceptions.AppianRuntimeException: com.appiancorp.suiteapi.common.exceptions.AppianException: Memory threshold reached during output conversion (rule: [RULE], type: [DT], threshold: [1,048,576 bytes], objects successfully converted: [# OF CONVERTED OBJECTS]) (APNX-1-4164-024).&lt;/pre&gt;
&lt;h2&gt;Cause&lt;/h2&gt;
&lt;p&gt;This error is thrown&amp;nbsp;when&amp;nbsp;a query rule is pulling in more data than the default 1MB limit. The 1MB configurable limit for the amount of data a query rule can retrieve from the database is defined in custom.properties:&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;code&gt;#####################&lt;/code&gt;&lt;br /&gt;&lt;code&gt;#### Query Rules ####&lt;/code&gt;&lt;br /&gt;&lt;code&gt;#####################&lt;/code&gt;&lt;br /&gt;&lt;code&gt;## The amount of memory in bytes that will be consumed in the application server&lt;/code&gt;&lt;br /&gt;&lt;code&gt;## for a single query before the query is halted. Default is 1 MB.&lt;/code&gt;&lt;br /&gt;&lt;code&gt;#conf.data.query.memory.limit=1048576&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;This cap is included in the product in order to avoid your application server from running out of memory (heap). Changing this limit is not recommended because it can introduce performance issues.&lt;/p&gt;
&lt;h2&gt;Action&lt;/h2&gt;
&lt;p&gt;Whenever you face an error of this type you should start thinking about re-designing the search logic. Most of the times developers use a big CDT even though they only need some of the fields in that CDT for the search. The larger the amount of data and number of columns to retrieve the bigger the chances to reach this memory limit. You can also try using the paging parameter to return less data or return data in batches.&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;p&gt;Last Reviewed: October 2017&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: database, memory&lt;/div&gt;
</description></item><item><title>Memory threshold reached during output conversion</title><link>https://community.appian.com/support/w/kb/686/kb-1411-memory-threshold-reached-during-output-conversion/revision/4</link><pubDate>Wed, 25 Oct 2017 21:29:25 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:c42de385-8440-464e-9850-29f62e02260c</guid><dc:creator>Parmida Borhani</dc:creator><comments>https://community.appian.com/support/w/kb/686/kb-1411-memory-threshold-reached-during-output-conversion#comments</comments><description>Revision 4 posted to Appian Knowledge Base by Parmida Borhani on 10/25/2017 9:29:25 PM&lt;br /&gt;
&lt;h2&gt;Symptoms&lt;/h2&gt;
&lt;pre&gt;Caused by: com.appiancorp.suiteapi.common.exceptions.AppianRuntimeException: com.appiancorp.suiteapi.common.exceptions.AppianException: Memory threshold reached during output conversion (rule: [RULE], type: [DT], threshold: [1,048,576 bytes], objects successfully converted: [# OF CONVERTED OBJECTS]) (APNX-1-4164-024).&lt;/pre&gt;
&lt;h2&gt;Cause&lt;/h2&gt;
&lt;p&gt;There is a 1MB configurable limit for the amount of data a query rule can retrieve from the database defined in custom.properties:&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;code&gt;#####################&lt;/code&gt;&lt;br /&gt;&lt;code&gt;#### Query Rules ####&lt;/code&gt;&lt;br /&gt;&lt;code&gt;#####################&lt;/code&gt;&lt;br /&gt;&lt;code&gt;## The amount of memory in bytes that will be consumed in the application server&lt;/code&gt;&lt;br /&gt;&lt;code&gt;## for a single query before the query is halted. Default is 1 MB.&lt;/code&gt;&lt;br /&gt;&lt;code&gt;#conf.data.query.memory.limit=1048576&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;This cap is included in the product in order to avoid your application server from running out of memory (heap). Changing this limit is not recommended because it can introduce performance issues.&lt;/p&gt;
&lt;h2&gt;Action&lt;/h2&gt;
&lt;p&gt;Whenever you face an error of this type you should start thinking about re-designing the search logic. Most of the times developers use a big CDT even though they only need some of the fields in that CDT for the search. The larger the amount of data and number of columns to retrieve the bigger the chances to reach this memory limit. You can also try using the paging parameter to return less data or return data in batches.&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;p&gt;Last Reviewed: October 2017&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: database, memory&lt;/div&gt;
</description></item><item><title>Memory threshold reached during output conversion</title><link>https://community.appian.com/support/w/kb/686/kb-1411-memory-threshold-reached-during-output-conversion/revision/3</link><pubDate>Wed, 25 Oct 2017 21:26:16 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:c42de385-8440-464e-9850-29f62e02260c</guid><dc:creator>Parmida Borhani</dc:creator><comments>https://community.appian.com/support/w/kb/686/kb-1411-memory-threshold-reached-during-output-conversion#comments</comments><description>Revision 3 posted to Appian Knowledge Base by Parmida Borhani on 10/25/2017 9:26:16 PM&lt;br /&gt;
&lt;h2&gt;Symptoms&lt;/h2&gt;
&lt;pre&gt;Caused by: com.appiancorp.suiteapi.common.exceptions.AppianRuntimeException: com.appiancorp.suiteapi.common.exceptions.AppianException: Memory threshold reached during output conversion (rule: [queryentity expression], type: [DT], threshold: [1,048,576 bytes], objects successfully converted: [1,838]) (APNX-1-4164-024).&lt;/pre&gt;
&lt;h2&gt;Cause&lt;/h2&gt;
&lt;p&gt;There is a 1MB configurable limit for the amount of data a query rule can retrieve from the database defined in custom.properties:&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;code&gt;#####################&lt;/code&gt;&lt;br /&gt;&lt;code&gt;#### Query Rules ####&lt;/code&gt;&lt;br /&gt;&lt;code&gt;#####################&lt;/code&gt;&lt;br /&gt;&lt;code&gt;## The amount of memory in bytes that will be consumed in the application server&lt;/code&gt;&lt;br /&gt;&lt;code&gt;## for a single query before the query is halted. Default is 1 MB.&lt;/code&gt;&lt;br /&gt;&lt;code&gt;#conf.data.query.memory.limit=1048576&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;This cap is included in the product in order to avoid your application server from running out of memory (heap). Changing this limit is not recommended because it can introduce performance issues.&lt;/p&gt;
&lt;h2&gt;Action&lt;/h2&gt;
&lt;p&gt;Whenever you face an error of this type you should start thinking about re-designing the search logic. Most of the times developers use a big CDT even though they only need some of the fields in that CDT for the search. The larger the amount of data and number of columns to retrieve the bigger the chances to reach this memory limit. You can also try using the paging parameter to return less data or return data in batches.&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;p&gt;Last Reviewed: October 2017&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;
</description></item><item><title>Memory threshold reached during output conversion</title><link>https://community.appian.com/support/w/kb/686/kb-1411-memory-threshold-reached-during-output-conversion/revision/2</link><pubDate>Wed, 25 Oct 2017 21:25:09 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:c42de385-8440-464e-9850-29f62e02260c</guid><dc:creator>Parmida Borhani</dc:creator><comments>https://community.appian.com/support/w/kb/686/kb-1411-memory-threshold-reached-during-output-conversion#comments</comments><description>Revision 2 posted to Appian Knowledge Base by Parmida Borhani on 10/25/2017 9:25:09 PM&lt;br /&gt;
&lt;h3&gt;Symptoms&lt;/h3&gt;
&lt;pre&gt;Caused by: com.appiancorp.suiteapi.common.exceptions.AppianRuntimeException: com.appiancorp.suiteapi.common.exceptions.AppianException: Memory threshold reached during output conversion (rule: [queryentity expression], type: [DT], threshold: [1,048,576 bytes], objects successfully converted: [1,838]) (APNX-1-4164-024).&lt;/pre&gt;
&lt;h3&gt;Cause&lt;/h3&gt;
&lt;p&gt;There is a 1MB configurable limit for the amount of data a query rule can retrieve from the database defined in custom.properties:&amp;nbsp;&lt;/p&gt;
&lt;p&gt;#####################&lt;br /&gt;#### Query Rules ####&lt;br /&gt;#####################&lt;br /&gt;## The amount of memory in bytes that will be consumed in the application server&lt;br /&gt;## for a single query before the query is halted. Default is 1 MB.&lt;br /&gt;#conf.data.query.memory.limit=1048576&lt;/p&gt;
&lt;p&gt;This cap is included in the product in order to avoid your application server from running out of memory (heap). Changing this limit is not recommended because it can introduce performance issues.&lt;/p&gt;
&lt;h3&gt;Action&lt;/h3&gt;
&lt;p&gt;Whenever you face an error of this type you should start thinking about re-designing the search logic. Most of the times developers use a big CDT even though they only need some of the fields in that CDT for the search. The larger the amount of data and number of columns to retrieve the bigger the chances to reach this memory limit. You can also try using the paging parameter to return less data or return data in batches.&lt;/p&gt;
&lt;p&gt;Last Reviewed: October 2017&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;
</description></item></channel></rss>