<?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 explodes - bug? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/RAM-explodes-bug/m-p/621628#M228864</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Roland,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think the difference you are seeing is optimized/non-optimized loading of the QVD. There are a few features that are ignored in an optimized load like&lt;/P&gt;&lt;P&gt;SAMPLE &lt;/P&gt;&lt;P&gt;MAP USING&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FIRST seems to fit into this category, but only for the second load. Odd. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 23 Feb 2014 22:34:50 GMT</pubDate>
    <dc:creator>rwunderlich</dc:creator>
    <dc:date>2014-02-23T22:34:50Z</dc:date>
    <item>
      <title>RAM explodes - bug?</title>
      <link>https://community.qlik.com/t5/QlikView/RAM-explodes-bug/m-p/621615#M228851</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all.&lt;/P&gt;&lt;P&gt;Two tables are to be conjoined by a CONCATENATE.&lt;/P&gt;&lt;P&gt;The first table exists of 6 mio. rows and the second of 6½ mio. rows.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When doing a normal CONCATENATE the RAM explodes (+60 GB), but when doing the same CONCATENATE with a FIRST-command (FIRST 1000000000) on the second table the RAM-usage is as expected (about 5 GB).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We are running QV 11.2 - any known reason for this behavior, besides a bug?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 23 Feb 2014 10:15:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/RAM-explodes-bug/m-p/621615#M228851</guid>
      <dc:creator />
      <dc:date>2014-02-23T10:15:26Z</dc:date>
    </item>
    <item>
      <title>Re: RAM explodes - bug?</title>
      <link>https://community.qlik.com/t5/QlikView/RAM-explodes-bug/m-p/621616#M228852</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;its not a bug.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;your script is going wrong somewhere. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can check the script that u have all the fields with same name in the both table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;also check your datamodel, that after concatenation there should be only one table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Nilesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 23 Feb 2014 12:10:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/RAM-explodes-bug/m-p/621616#M228852</guid>
      <dc:creator>nilesh_gangurde</dc:creator>
      <dc:date>2014-02-23T12:10:53Z</dc:date>
    </item>
    <item>
      <title>Re: RAM explodes - bug?</title>
      <link>https://community.qlik.com/t5/QlikView/RAM-explodes-bug/m-p/621617#M228853</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nilesh.&lt;/P&gt;&lt;P&gt;Thanks, but names are uniform, and only one table is left after the concatenate.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm not sure how you know it's not a bug. It's working with an arbitrary FIRST-command added, that is a little strange to me. Without the FIRST-command the RAM-usage explodes, and not because the script is loading different or more data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Temp:&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;A,&lt;/P&gt;&lt;P&gt;B,&lt;/P&gt;&lt;P&gt;C&lt;/P&gt;&lt;P&gt;FROM A1.qvd (qvd) ;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CONCATENATE (Temp)&lt;/P&gt;&lt;P&gt;FIRST 1000000 &lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;A,&lt;/P&gt;&lt;P&gt;B&lt;/P&gt;&lt;P&gt;FROM A2.qvd (qvd) ;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 23 Feb 2014 12:32:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/RAM-explodes-bug/m-p/621617#M228853</guid>
      <dc:creator />
      <dc:date>2014-02-23T12:32:33Z</dc:date>
    </item>
    <item>
      <title>Re: RAM explodes - bug?</title>
      <link>https://community.qlik.com/t5/QlikView/RAM-explodes-bug/m-p/621618#M228854</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;a little note:&lt;/P&gt;&lt;P&gt;in your post you wrote&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; First 100 Mio&lt;/P&gt;&lt;P&gt;in your &lt;EM&gt;script&lt;/EM&gt; you have&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; First 1 (one) Mio&lt;/P&gt;&lt;P&gt;Only typo? If not, everthing is as expected.&lt;/P&gt;&lt;P&gt;RR&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 23 Feb 2014 13:07:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/RAM-explodes-bug/m-p/621618#M228854</guid>
      <dc:creator />
      <dc:date>2014-02-23T13:07:08Z</dc:date>
    </item>
    <item>
      <title>Re: RAM explodes - bug?</title>
      <link>https://community.qlik.com/t5/QlikView/RAM-explodes-bug/m-p/621619#M228855</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Roland.&lt;/P&gt;&lt;P&gt;Thanks. Just a typo/example script. In the live script it's: FIRST 100000000&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 23 Feb 2014 13:22:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/RAM-explodes-bug/m-p/621619#M228855</guid>
      <dc:creator />
      <dc:date>2014-02-23T13:22:19Z</dc:date>
    </item>
    <item>
      <title>Re: RAM explodes - bug?</title>
      <link>https://community.qlik.com/t5/QlikView/RAM-explodes-bug/m-p/621620#M228856</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;..are you sure with the amount of rows in the 2nd QVD?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 23 Feb 2014 13:48:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/RAM-explodes-bug/m-p/621620#M228856</guid>
      <dc:creator>rbecher</dc:creator>
      <dc:date>2014-02-23T13:48:45Z</dc:date>
    </item>
    <item>
      <title>Re: RAM explodes - bug?</title>
      <link>https://community.qlik.com/t5/QlikView/RAM-explodes-bug/m-p/621621#M228857</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ok, this will not resolve your problem, but I think it is worth to be posted:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Meanwhile i was a bit testing and discoverd some funny things:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When concatenating a second qvd to a just loaded first one, the First-Statement is ignored. "First 1" should add the very first&amp;nbsp; record but QV added all rows from the second qvd. "First 1000" same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then I tried different things and considered that after adding a Where - Clause the First-Statement worked fine. Even if the Where was a "Where 1=1". &lt;/P&gt;&lt;P&gt;Loading only one qvd, "First" works also fine. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HtH&lt;/P&gt;&lt;P&gt;Roland&lt;/P&gt;&lt;P&gt;P.s: using 11.20 SR3&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 23 Feb 2014 13:58:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/RAM-explodes-bug/m-p/621621#M228857</guid>
      <dc:creator />
      <dc:date>2014-02-23T13:58:12Z</dc:date>
    </item>
    <item>
      <title>Re: RAM explodes - bug?</title>
      <link>https://community.qlik.com/t5/QlikView/RAM-explodes-bug/m-p/621622#M228858</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ralf,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;es sind doch immer wieder die selben, gelle !&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Gruß&lt;/P&gt;&lt;P&gt;Roland&lt;/P&gt;&lt;P&gt;P.S:&lt;/P&gt;&lt;P&gt;Jetzt aber ab zum Kaffee.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 23 Feb 2014 13:59:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/RAM-explodes-bug/m-p/621622#M228858</guid>
      <dc:creator />
      <dc:date>2014-02-23T13:59:32Z</dc:date>
    </item>
    <item>
      <title>Re: RAM explodes - bug?</title>
      <link>https://community.qlik.com/t5/QlikView/RAM-explodes-bug/m-p/621623#M228859</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Interesting. Another phenomena.. Which QlikView version is affected?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 23 Feb 2014 18:11:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/RAM-explodes-bug/m-p/621623#M228859</guid>
      <dc:creator>rbecher</dc:creator>
      <dc:date>2014-02-23T18:11:13Z</dc:date>
    </item>
    <item>
      <title>Re: RAM explodes - bug?</title>
      <link>https://community.qlik.com/t5/QlikView/RAM-explodes-bug/m-p/621624#M228860</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Grüße zurück..&lt;/P&gt;&lt;P&gt;&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/cool.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 23 Feb 2014 18:13:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/RAM-explodes-bug/m-p/621624#M228860</guid>
      <dc:creator>rbecher</dc:creator>
      <dc:date>2014-02-23T18:13:43Z</dc:date>
    </item>
    <item>
      <title>Re: RAM explodes - bug?</title>
      <link>https://community.qlik.com/t5/QlikView/RAM-explodes-bug/m-p/621625#M228861</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Danke,&lt;/P&gt;&lt;P&gt;bin gerade zurück (vom Kaffee ;-)).&lt;/P&gt;&lt;P&gt;Verson 11.2 SR3,&lt;/P&gt;&lt;P&gt;RR&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 23 Feb 2014 18:25:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/RAM-explodes-bug/m-p/621625#M228861</guid>
      <dc:creator />
      <dc:date>2014-02-23T18:25:00Z</dc:date>
    </item>
    <item>
      <title>Re: RAM explodes - bug?</title>
      <link>https://community.qlik.com/t5/QlikView/RAM-explodes-bug/m-p/621626#M228862</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Cannot reproduce with 11.2 SR5&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 23 Feb 2014 18:43:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/RAM-explodes-bug/m-p/621626#M228862</guid>
      <dc:creator>rbecher</dc:creator>
      <dc:date>2014-02-23T18:43:46Z</dc:date>
    </item>
    <item>
      <title>Re: RAM explodes - bug?</title>
      <link>https://community.qlik.com/t5/QlikView/RAM-explodes-bug/m-p/621627#M228863</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Could you try this script and compare the memory usage:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Temp:&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;A,&lt;/P&gt;&lt;P&gt;B,&lt;/P&gt;&lt;P&gt;C&lt;/P&gt;&lt;P&gt;FROM A1.qvd (qvd) ;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;A,&lt;/P&gt;&lt;P&gt;B,&lt;/P&gt;&lt;P&gt;Null() as C&lt;/P&gt;&lt;P&gt;FROM A2.qvd (qvd) ;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Concatenate should not needed in this case..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Ralf&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 23 Feb 2014 18:45:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/RAM-explodes-bug/m-p/621627#M228863</guid>
      <dc:creator>rbecher</dc:creator>
      <dc:date>2014-02-23T18:45:20Z</dc:date>
    </item>
    <item>
      <title>Re: RAM explodes - bug?</title>
      <link>https://community.qlik.com/t5/QlikView/RAM-explodes-bug/m-p/621628#M228864</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Roland,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think the difference you are seeing is optimized/non-optimized loading of the QVD. There are a few features that are ignored in an optimized load like&lt;/P&gt;&lt;P&gt;SAMPLE &lt;/P&gt;&lt;P&gt;MAP USING&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FIRST seems to fit into this category, but only for the second load. Odd. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 23 Feb 2014 22:34:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/RAM-explodes-bug/m-p/621628#M228864</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2014-02-23T22:34:50Z</dc:date>
    </item>
    <item>
      <title>Re: RAM explodes - bug?</title>
      <link>https://community.qlik.com/t5/QlikView/RAM-explodes-bug/m-p/621629#M228865</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Cap,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can guess that this is a known behavior. It was my very first blog post back in 2008.&lt;/P&gt;&lt;P&gt;&lt;A href="http://qlikviewnotes.blogspot.com/2008/05/when-less-data-means-more-ram.html" title="http://qlikviewnotes.blogspot.com/2008/05/when-less-data-means-more-ram.html"&gt;http://qlikviewnotes.blogspot.com/2008/05/when-less-data-means-more-ram.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My guess is that in the larger case you are getting an un-optimized load and one or more numeric fields is getting unwrapped into strings. You can confirm that by checking field sizes using a mem file + (QV Optimizer) or Document Analyzer. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can't explain why the FIRST prefix makes it better. Is there a WHERE clause involved in one of the LOADs?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you post the entire script?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://masterssummit.com"&gt;http://masterssummit.com&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 23 Feb 2014 22:44:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/RAM-explodes-bug/m-p/621629#M228865</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2014-02-23T22:44:57Z</dc:date>
    </item>
    <item>
      <title>Re: RAM explodes - bug?</title>
      <link>https://community.qlik.com/t5/QlikView/RAM-explodes-bug/m-p/621630#M228866</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rob.&lt;/P&gt;&lt;P&gt;Thanks. I can's post the script unfortunately. I read your blog post, but I'm not sure if it explains the case entirely. I think I will have a talk with QV support.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;To sum up the behavior, when RAM- and time-usage explodes:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;The first table (with lots of fields and 6 mio rows) is loaded un-optimized - loaded alone, this table-load makes no problems (5 GB RAM usage).&lt;/P&gt;&lt;P&gt;The second table (with only 3 fields and 6½ mio rows) is loaded optimized (no where clause or things like that), but with a concatenate in front here RAM explodes and the load takes forever. Loaded alone, this table-load makes no problems (5 GB RAM usage).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Putting FIRST on the second load "solves" the RAM- and the time-problem.&lt;/P&gt;&lt;P&gt;2. Putting a where 1 = 1 doesn't help. &lt;/P&gt;&lt;P&gt;3. Changing the script to use the qv auto-concatenate also "solves" the RAM-problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Looks to me that there is something rather "un-optimized" about the CONCATENATE-function in some cases.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Feb 2014 08:06:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/RAM-explodes-bug/m-p/621630#M228866</guid>
      <dc:creator />
      <dc:date>2014-02-24T08:06:00Z</dc:date>
    </item>
    <item>
      <title>Re: RAM explodes - bug?</title>
      <link>https://community.qlik.com/t5/QlikView/RAM-explodes-bug/m-p/621631#M228867</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It is a bug in QV11 SR2 - upgrading to SR5 could be a solution (work around: use a FIRST-command in the script):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-size: 11.0pt; font-family: 'Calibri','sans-serif'; color: #1f497d;"&gt;Bug &lt;/SPAN&gt;&lt;EM&gt;&lt;SPAN lang="EN-US" style="font-size: 11.0pt; font-family: 'Calibri','sans-serif'; color: #1f497d;"&gt;60817: Memory consumption very high in 11.20 on a machine with high number of cores&lt;/SPAN&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-size: 11.0pt; font-family: 'Calibri','sans-serif'; color: #1f497d;"&gt;According to the more detailed description:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;SPAN lang="EN-US" style="font-size: 11.0pt; font-family: 'Calibri','sans-serif'; color: #1f497d;"&gt;Reloading a document on a machine with less numbers of cores leaves a memory usage of 21.5gb post reload, reloading the same document on a machine with a high number of cores consumes 110 gb of memory.&amp;nbsp;&amp;nbsp; The application uses a concatenate load.&lt;/SPAN&gt;&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Feb 2014 10:40:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/RAM-explodes-bug/m-p/621631#M228867</guid>
      <dc:creator />
      <dc:date>2014-02-28T10:40:07Z</dc:date>
    </item>
  </channel>
</rss>

