<?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: Out OF VIRTUAL AND/OR LOGICAL MEMORY, allocating 2 MB in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Out-OF-VIRTUAL-AND-OR-LOGICAL-MEMORY-allocating-2-MB/m-p/479502#M1327654</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;is the table joining with any other table? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;try to use Qualify *; before the table and check if it can be reloaded without any relations with other table's &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Happy new Year and best regards&lt;/P&gt;&lt;P&gt;Juan Pedro&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 08 Jan 2014 07:27:58 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-01-08T07:27:58Z</dc:date>
    <item>
      <title>Out OF VIRTUAL AND/OR LOGICAL MEMORY, allocating 2 MB</title>
      <link>https://community.qlik.com/t5/QlikView/Out-OF-VIRTUAL-AND-OR-LOGICAL-MEMORY-allocating-2-MB/m-p/479501#M1327652</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp; we have&amp;nbsp; upload&amp;nbsp; excel in 103507 record.we click reload button, we get 'Out of Virtual&amp;nbsp; And /Or Logical Memory allocation 2 MB' this error.kindly advice me, how can we resolve this issue.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jan 2026 18:19:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Out-OF-VIRTUAL-AND-OR-LOGICAL-MEMORY-allocating-2-MB/m-p/479501#M1327652</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2026-01-26T18:19:17Z</dc:date>
    </item>
    <item>
      <title>Re: Out OF VIRTUAL AND/OR LOGICAL MEMORY, allocating 2 MB</title>
      <link>https://community.qlik.com/t5/QlikView/Out-OF-VIRTUAL-AND-OR-LOGICAL-MEMORY-allocating-2-MB/m-p/479502#M1327654</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;is the table joining with any other table? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;try to use Qualify *; before the table and check if it can be reloaded without any relations with other table's &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Happy new Year and best regards&lt;/P&gt;&lt;P&gt;Juan Pedro&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jan 2014 07:27:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Out-OF-VIRTUAL-AND-OR-LOGICAL-MEMORY-allocating-2-MB/m-p/479502#M1327654</guid>
      <dc:creator />
      <dc:date>2014-01-08T07:27:58Z</dc:date>
    </item>
    <item>
      <title>Re: Out OF VIRTUAL AND/OR LOGICAL MEMORY, allocating 2 MB</title>
      <link>https://community.qlik.com/t5/QlikView/Out-OF-VIRTUAL-AND-OR-LOGICAL-MEMORY-allocating-2-MB/m-p/479503#M1327659</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It usually happens when you want to join up 2 tables that do not have a link between them. &lt;/P&gt;&lt;P&gt;eg. If you have tables like. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Client:&lt;/P&gt;&lt;P&gt;Load &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ClientNo,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Name,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Surname&lt;/P&gt;&lt;P&gt;from Client.qvd(qvd);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;// Load from the product table.and left join to client.&lt;/P&gt;&lt;P&gt;left join (Client)&lt;/P&gt;&lt;P&gt;load &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ProductID,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SKU,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Weight&lt;/P&gt;&lt;P&gt;from Prod.qvd(qvd);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The 2 tables do not have a field with the same name in it in both. This causes a &lt;SPAN style="color: #660099; font-weight: bold;"&gt;&lt;A href="http://www.orafaq.com/wiki/Cartesian_join" style="color: #660099;"&gt;Cartesian join&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Depending on the size of the tables it will cause the error that you just described. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jan 2014 12:21:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Out-OF-VIRTUAL-AND-OR-LOGICAL-MEMORY-allocating-2-MB/m-p/479503#M1327659</guid>
      <dc:creator />
      <dc:date>2014-01-08T12:21:29Z</dc:date>
    </item>
  </channel>
</rss>

