<?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: Is it memory leak or some special feature? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Is-it-memory-leak-or-some-special-feature/m-p/537381#M200874</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't know why it crashes. I can of course not rule out that there could be a bug that causes this. All I am saying is that the fact that QlikView doesn't de-allocate memory, is &lt;SPAN style="text-decoration: underline;"&gt;&lt;EM&gt;not&lt;/EM&gt;&lt;/SPAN&gt; a sign of a bug. It is the way QlikView is designed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Concerning the OUT OF MEMORY: Often when this happens, it is one single object that requires too much memory. It could be that it has too many dimensions, that it is corrupt, or that the calculations that it has to make to show anything just takes too much memory. Try to figure out which object it is and then check how much memory it uses when you open the app as first app in a clean environment.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HIC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 15 Nov 2013 13:41:16 GMT</pubDate>
    <dc:creator>hic</dc:creator>
    <dc:date>2013-11-15T13:41:16Z</dc:date>
    <item>
      <title>Is it memory leak or some special feature?</title>
      <link>https://community.qlik.com/t5/QlikView/Is-it-memory-leak-or-some-special-feature/m-p/537376#M200869</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've got a situation when I maximize one of my charts in a dashboard. The dashboard is pretty big - 55.5 Gb.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="1.jpg" class="jive-image" src="https://community.qlik.com/legacyfs/online/48236_1.jpg" style="width: 620px; height: 462px;" /&gt;&lt;/P&gt;&lt;P&gt;What do you expect usually? Right the memory starts to grow for sorting/aggregation and etc.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="2.jpg" class="jive-image" src="https://community.qlik.com/legacyfs/online/48237_2.jpg" style="width: 620px; height: 514px;" /&gt;&lt;/P&gt;&lt;P&gt;What's next? QV allocates necessary RAM and starts doing calculation magic when your dashboard is not clickable (grayed) &lt;/P&gt;&lt;P&gt;&lt;IMG alt="3.jpg" class="jive-image" src="https://community.qlik.com/legacyfs/online/48238_3.jpg" style="width: 620px; height: 521px;" /&gt;&lt;/P&gt;&lt;P&gt;So, as you can see it reached 80.8 Gb point. What is next? The chart should be rendered and memory should be freed.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="4.jpg" class="jive-image" src="https://community.qlik.com/legacyfs/online/48242_4.jpg" style="width: 620px; height: 489px;" /&gt;&lt;/P&gt;&lt;P&gt;But what I see? It's still there. Chart is ready, the dashboard is available, I can run something new, navigate everywhere, but memory is still busy.&lt;/P&gt;&lt;P&gt;Ok, what we usually do when memory is busy? Right, we try to close the dashboard. &lt;/P&gt;&lt;P&gt;&lt;IMG alt="5.jpg" class="jive-image" src="https://community.qlik.com/legacyfs/online/48243_5.jpg" style="width: 620px; height: 564px;" /&gt;&lt;/P&gt;&lt;P&gt;But what I've got is pretty strange - the dashboard is closed, the Start Page only. The empty QV Start Page holds 27.5 Gb RAM from previous dashboard calculation.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="6.jpg" class="jive-image" src="https://community.qlik.com/legacyfs/online/48244_6.jpg" style="width: 620px; height: 568px;" /&gt;&lt;/P&gt;&lt;P&gt;And the only way to free RAM is to close whole QV application instance.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="7.jpg" class="jive-image" src="https://community.qlik.com/legacyfs/online/48245_7.jpg" style="width: 620px; height: 759px;" /&gt;&lt;/P&gt;&lt;P&gt;Did I miss something or it's expected behavior?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm running this version of QV.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="8.jpg" class="jive-image" src="https://community.qlik.com/legacyfs/online/48246_8.jpg" style="width: 620px; height: 544px;" /&gt;&lt;/P&gt;&lt;P&gt;On this OS and Server.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="9.jpg" class="jive-image" src="https://community.qlik.com/legacyfs/online/48247_9.jpg" style="width: 620px; height: 465px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Oct 2013 17:02:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Is-it-memory-leak-or-some-special-feature/m-p/537376#M200869</guid>
      <dc:creator />
      <dc:date>2013-10-28T17:02:45Z</dc:date>
    </item>
    <item>
      <title>Re: Is it memory leak or some special feature?</title>
      <link>https://community.qlik.com/t5/QlikView/Is-it-memory-leak-or-some-special-feature/m-p/537377#M200870</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It is expected behaviour. QlikView does not release allocated memory to Windows after each calculation. If it did, the memory would soon become fragmented. Instead it reuses the memory for the next calculation or for its internal cache. If you want to control the amount of memory QlikView is allowed to grab, you should change the Working Set Limits under User Preferences.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HIC&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Working set limits.png" class="jive-image" src="/legacyfs/online/48290_Working set limits.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Oct 2013 13:34:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Is-it-memory-leak-or-some-special-feature/m-p/537377#M200870</guid>
      <dc:creator>hic</dc:creator>
      <dc:date>2013-10-29T13:34:33Z</dc:date>
    </item>
    <item>
      <title>Re: Is it memory leak or some special feature?</title>
      <link>https://community.qlik.com/t5/QlikView/Is-it-memory-leak-or-some-special-feature/m-p/537378#M200871</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What you are describing is a running application behavior. But look at the picture when I closed the application. 27.5 Gb are still in a memory. About what calculations we can talk if there is no running applications anymore?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Nov 2013 12:11:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Is-it-memory-leak-or-some-special-feature/m-p/537378#M200871</guid>
      <dc:creator />
      <dc:date>2013-11-15T12:11:21Z</dc:date>
    </item>
    <item>
      <title>Re: Is it memory leak or some special feature?</title>
      <link>https://community.qlik.com/t5/QlikView/Is-it-memory-leak-or-some-special-feature/m-p/537379#M200872</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The cache is not tied to a specific qvw-file. It is common for all files. So, yes, QlikView will keep allocated memory also when the file is closed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HIC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Nov 2013 12:19:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Is-it-memory-leak-or-some-special-feature/m-p/537379#M200872</guid>
      <dc:creator>hic</dc:creator>
      <dc:date>2013-11-15T12:19:40Z</dc:date>
    </item>
    <item>
      <title>Re: Is it memory leak or some special feature?</title>
      <link>https://community.qlik.com/t5/QlikView/Is-it-memory-leak-or-some-special-feature/m-p/537380#M200873</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have another question then. Why when I try to load a second dashboard which require all the rest of the memory plus what QV uses for cache, the dashboard is crashing because of OUT OF MEMORY issue? And I don't have this problem when there is no cache allocated by QV.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Nov 2013 13:01:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Is-it-memory-leak-or-some-special-feature/m-p/537380#M200873</guid>
      <dc:creator />
      <dc:date>2013-11-15T13:01:51Z</dc:date>
    </item>
    <item>
      <title>Re: Is it memory leak or some special feature?</title>
      <link>https://community.qlik.com/t5/QlikView/Is-it-memory-leak-or-some-special-feature/m-p/537381#M200874</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't know why it crashes. I can of course not rule out that there could be a bug that causes this. All I am saying is that the fact that QlikView doesn't de-allocate memory, is &lt;SPAN style="text-decoration: underline;"&gt;&lt;EM&gt;not&lt;/EM&gt;&lt;/SPAN&gt; a sign of a bug. It is the way QlikView is designed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Concerning the OUT OF MEMORY: Often when this happens, it is one single object that requires too much memory. It could be that it has too many dimensions, that it is corrupt, or that the calculations that it has to make to show anything just takes too much memory. Try to figure out which object it is and then check how much memory it uses when you open the app as first app in a clean environment.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HIC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Nov 2013 13:41:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Is-it-memory-leak-or-some-special-feature/m-p/537381#M200874</guid>
      <dc:creator>hic</dc:creator>
      <dc:date>2013-11-15T13:41:16Z</dc:date>
    </item>
    <item>
      <title>Re: Is it memory leak or some special feature?</title>
      <link>https://community.qlik.com/t5/QlikView/Is-it-memory-leak-or-some-special-feature/m-p/537382#M200875</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It's not about an object out of memory. It's about whole dashboard.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Nov 2013 14:17:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Is-it-memory-leak-or-some-special-feature/m-p/537382#M200875</guid>
      <dc:creator />
      <dc:date>2013-11-15T14:17:28Z</dc:date>
    </item>
  </channel>
</rss>

