<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: RAM consumption in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/RAM-consumption/m-p/2492460#M102191</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/300668"&gt;@Tool_Tip&lt;/a&gt;,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;rownumbers is just one part you can use to estimate the needed ram.&amp;nbsp;&lt;BR /&gt;It also depends on how much columns the table has and what type of data you are loading.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Loading just number is not a big problem but if you load large text field or lots of long disitinct keys it could consume much memory.&lt;/P&gt;
&lt;P&gt;Also consider, the engine service is not only used for reloads --&amp;gt;&amp;nbsp;&lt;A href="https://help.qlik.com/en-US/sense-admin/May2024/Subsystems/DeployAdministerQSE/Content/Sense_DeployAdminister/QSEoW/Administer_QSEoW/Managing_QSEoW/engines-overview.htm" target="_blank"&gt;https://help.qlik.com/en-US/sense-admin/May2024/Subsystems/DeployAdministerQSE/Content/Sense_DeployAdminister/QSEoW/Administer_QSEoW/Managing_QSEoW/engines-overview.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Here is a good community post on how to address high ram consumption&amp;nbsp;&lt;A href="https://community.qlik.com/t5/Official-Support-Articles/How-to-start-investigating-Qlik-Sense-Performance-and-address/ta-p/1760292" target="_blank"&gt;https://community.qlik.com/t5/Official-Support-Articles/How-to-start-investigating-Qlik-Sense-Performance-and-address/ta-p/1760292&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 13 Nov 2024 09:11:28 GMT</pubDate>
    <dc:creator>Mark_Leifeld</dc:creator>
    <dc:date>2024-11-13T09:11:28Z</dc:date>
    <item>
      <title>RAM consumption</title>
      <link>https://community.qlik.com/t5/App-Development/RAM-consumption/m-p/2492435#M102186</link>
      <description>&lt;P&gt;Dear all,&lt;/P&gt;
&lt;P&gt;As shown in below picture, the RAM consumption is almost 60GB while loading 12.5 Million records,&lt;/P&gt;
&lt;P&gt;Just need to understand why there is big difference that to load 12.5 million records will it consume 60GB of RAM?&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;RAM CONSUMPTION:&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Tool_Tip_0-1731480641795.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/174279i2F744920A8558E3B/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Tool_Tip_0-1731480641795.png" alt="Tool_Tip_0-1731480641795.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Table load:&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Tool_Tip_1-1731480773430.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/174280i1D0904A495B72450/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Tool_Tip_1-1731480773430.png" alt="Tool_Tip_1-1731480773430.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Note: There is no any other task running in parallel. Only single task&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 13 Nov 2024 06:53:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/RAM-consumption/m-p/2492435#M102186</guid>
      <dc:creator>Tool_Tip</dc:creator>
      <dc:date>2024-11-13T06:53:32Z</dc:date>
    </item>
    <item>
      <title>Re: RAM consumption</title>
      <link>https://community.qlik.com/t5/App-Development/RAM-consumption/m-p/2492460#M102191</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/300668"&gt;@Tool_Tip&lt;/a&gt;,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;rownumbers is just one part you can use to estimate the needed ram.&amp;nbsp;&lt;BR /&gt;It also depends on how much columns the table has and what type of data you are loading.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Loading just number is not a big problem but if you load large text field or lots of long disitinct keys it could consume much memory.&lt;/P&gt;
&lt;P&gt;Also consider, the engine service is not only used for reloads --&amp;gt;&amp;nbsp;&lt;A href="https://help.qlik.com/en-US/sense-admin/May2024/Subsystems/DeployAdministerQSE/Content/Sense_DeployAdminister/QSEoW/Administer_QSEoW/Managing_QSEoW/engines-overview.htm" target="_blank"&gt;https://help.qlik.com/en-US/sense-admin/May2024/Subsystems/DeployAdministerQSE/Content/Sense_DeployAdminister/QSEoW/Administer_QSEoW/Managing_QSEoW/engines-overview.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Here is a good community post on how to address high ram consumption&amp;nbsp;&lt;A href="https://community.qlik.com/t5/Official-Support-Articles/How-to-start-investigating-Qlik-Sense-Performance-and-address/ta-p/1760292" target="_blank"&gt;https://community.qlik.com/t5/Official-Support-Articles/How-to-start-investigating-Qlik-Sense-Performance-and-address/ta-p/1760292&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 13 Nov 2024 09:11:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/RAM-consumption/m-p/2492460#M102191</guid>
      <dc:creator>Mark_Leifeld</dc:creator>
      <dc:date>2024-11-13T09:11:28Z</dc:date>
    </item>
  </channel>
</rss>

