<?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 AW:Out of virtual and/or logical memory, allocating 0.5 MB in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Out-of-virtual-and-or-logical-memory-allocating-0-5-MB/m-p/174304#M43175</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;would upgrading to win 7 64bit from win 7 32 bit then upgrade to qview 64 bit fix issue?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 08 Sep 2010 16:51:22 GMT</pubDate>
    <dc:creator />
    <dc:date>2010-09-08T16:51:22Z</dc:date>
    <item>
      <title>Out of virtual and/or logical memory, allocating 0.5 MB</title>
      <link>https://community.qlik.com/t5/QlikView/Out-of-virtual-and-or-logical-memory-allocating-0-5-MB/m-p/174301#M43172</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm trying to open a QlikView doc from my workstation but receiving an error "&lt;/P&gt;&lt;P&gt;Out of virtual and/or logical memory, allocating 0.5 MB". I have Qlikview 8.5, 32-bit version with 3 GB RAM and 30 GB virtual memory. The QVW is 609 MB.&lt;/P&gt;&lt;P&gt;I can open the same document when I'm logged on to the server which has Qlikview 8.5 64-bit version with 32 GB RAM.&lt;/P&gt;&lt;P&gt;I want to use my QlikView Professional license on my workstation to do development rather than having to log on to the server to do development.&lt;/P&gt;&lt;P&gt;Why does the error message say it's only allocating 0.5 MB when I have virtual memory set to 30 GB?&lt;/P&gt;&lt;P&gt;Is it possible to work with a QVW this big on my workstation, or am I going to have to continue using the 64-bit version while logged onto the server?&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Sep 2009 00:00:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Out-of-virtual-and-or-logical-memory-allocating-0-5-MB/m-p/174301#M43172</guid>
      <dc:creator />
      <dc:date>2009-09-03T00:00:31Z</dc:date>
    </item>
    <item>
      <title>AW:Out of virtual and/or logical memory, allocating 0.5 MB</title>
      <link>https://community.qlik.com/t5/QlikView/Out-of-virtual-and-or-logical-memory-allocating-0-5-MB/m-p/174302#M43173</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I'm surely not a QVMMG (= "QlikView Memory Management Guru" &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt; and perhaos I'm totally wrong, but I can say from experience that a QVW with 609 MB is surely a LOT of data. Actually with 32 bit a process can only use 2 GB of memory (you can have as much virtual memory as you like, the 2 GB limit is not affected by that). In the boot.ini you can tune to max 3 GB, but that's it then. If a QVW thus big not running un 32bit IS running on 64 bit I'm pretty sure it's the 2 GB limit. Can't tell you details for the 0.5 MB message - but I'm afraid that without optimization or data reduction (if possible) you won't get it running on 32bit.&lt;/P&gt;&lt;P&gt;Rgds,&lt;BR /&gt;Joachim&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Sep 2009 01:05:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Out-of-virtual-and-or-logical-memory-allocating-0-5-MB/m-p/174302#M43173</guid>
      <dc:creator>biester</dc:creator>
      <dc:date>2009-09-03T01:05:36Z</dc:date>
    </item>
    <item>
      <title>AW:Out of virtual and/or logical memory, allocating 0.5 MB</title>
      <link>https://community.qlik.com/t5/QlikView/Out-of-virtual-and-or-logical-memory-allocating-0-5-MB/m-p/174303#M43174</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Any time I see that message, it pretty much means "QlikView is now crashing". As Joachim indicates, you're limited to 2 GB of addressible space per application. So even if you could use the 30 GB of virtual memory, which you can't, you really wouldn't want to. The performance is based on QlikView manipulating ALL of your data in RAM. If you have to swap any of that to disk, it's going to slow to a crawl.&lt;/P&gt;&lt;P&gt;I'm afraid you're just going to have a hard time doing development on your workstation. I have the same problem where I work - I do most of my development on a 32-bit machine, but I have several applications that are simply too large for that. For those, I log in remotely to a 64-bit workstation, and use 64-bit QlikView. It is inconvenient but workable.&lt;/P&gt;&lt;P&gt;Unless you've already done a lot of tuning, it's quite possible that your QVW is using a lot more memory than it truly needs. For instance, sometimes people do a LOAD * from sources, rather than just pulling in the fields they need. Not only does that use a lot of unnecessary memory, but it also makes it so that anyone could add a field to the source, which could then cause a new link which could break your application. You may have some synthetic keys or other keys that could be replaced with an autonumber. You may have an occasional text value in a field that could otherwise be efficiently stored as a numeric. You may need to join tables together, or split tables apart. There are lots of possibilities.&lt;/P&gt;&lt;P&gt;QlikView can also export .mem files that you can then load in and analyze to see where the memory is being used. That is sometimes useful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Sep 2009 05:21:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Out-of-virtual-and-or-logical-memory-allocating-0-5-MB/m-p/174303#M43174</guid>
      <dc:creator>johnw</dc:creator>
      <dc:date>2009-09-03T05:21:50Z</dc:date>
    </item>
    <item>
      <title>AW:Out of virtual and/or logical memory, allocating 0.5 MB</title>
      <link>https://community.qlik.com/t5/QlikView/Out-of-virtual-and-or-logical-memory-allocating-0-5-MB/m-p/174304#M43175</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;would upgrading to win 7 64bit from win 7 32 bit then upgrade to qview 64 bit fix issue?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Sep 2010 16:51:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Out-of-virtual-and-or-logical-memory-allocating-0-5-MB/m-p/174304#M43175</guid>
      <dc:creator />
      <dc:date>2010-09-08T16:51:22Z</dc:date>
    </item>
    <item>
      <title>AW:Out of virtual and/or logical memory, allocating 0.5 MB</title>
      <link>https://community.qlik.com/t5/QlikView/Out-of-virtual-and-or-logical-memory-allocating-0-5-MB/m-p/174305#M43176</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, pretty sure it will - if your document opens just fine on the Server, then the document is OK. 64-bit Windows, with a 64-bit QlikView Client, and with enough RAM (not virtual!!! actual RAM - perhaps 8 GB would work?), you should be able to work with the document locally...&lt;/P&gt;&lt;P&gt;If you can open the document on the server, check how much RAM your job is taking, and ensure that you have at least that amount, and then some...&lt;/P&gt;&lt;P&gt;cheers,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Sep 2010 17:03:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Out-of-virtual-and-or-logical-memory-allocating-0-5-MB/m-p/174305#M43176</guid>
      <dc:creator>Oleg_Troyansky</dc:creator>
      <dc:date>2010-09-08T17:03:11Z</dc:date>
    </item>
    <item>
      <title>AW:Out of virtual and/or logical memory, allocating 0.5 MB</title>
      <link>https://community.qlik.com/t5/QlikView/Out-of-virtual-and-or-logical-memory-allocating-0-5-MB/m-p/174306#M43177</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you go 64-bit all the way around, you're not limited to 2GB of addressible space. But you do "need" to run entirely in RAM, so you're only getting an extra gigabyte since you have 3GB. That may or may not be enough, and you should probably also upgrade your RAM. But I'd only do that AFTER tuning the application. Better a cheap fix that helps every computer the application is on rather than an expensive fix that only helps your computer. Ultimately, though, if the application is simply big, you'll probably need to upgrade to 64-bit like you said.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Sep 2010 17:07:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Out-of-virtual-and-or-logical-memory-allocating-0-5-MB/m-p/174306#M43177</guid>
      <dc:creator>johnw</dc:creator>
      <dc:date>2010-09-08T17:07:42Z</dc:date>
    </item>
    <item>
      <title>AW:Out of virtual and/or logical memory, allocating 0.5 MB</title>
      <link>https://community.qlik.com/t5/QlikView/Out-of-virtual-and-or-logical-memory-allocating-0-5-MB/m-p/174307#M43178</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the reply. Since the original post, the developer worstations are now 64-bit with 16 GB of RAM. Works fine and now don't need to log onto the server to do development with this large app.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Sep 2010 22:36:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Out-of-virtual-and-or-logical-memory-allocating-0-5-MB/m-p/174307#M43178</guid>
      <dc:creator />
      <dc:date>2010-09-08T22:36:25Z</dc:date>
    </item>
    <item>
      <title>Re: AW:Out of virtual and/or logical memory, allocating 0.5 MB</title>
      <link>https://community.qlik.com/t5/QlikView/Out-of-virtual-and-or-logical-memory-allocating-0-5-MB/m-p/174308#M43179</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I get the "Out of virtual and/or logical memory message, all.."&amp;nbsp; and I am on 64bit with 16GB of RAM.&amp;nbsp; My machine only appears to use about 6GB when I get the error.&amp;nbsp;&amp;nbsp;&amp;nbsp; Any ideas ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Jun 2012 18:46:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Out-of-virtual-and-or-logical-memory-allocating-0-5-MB/m-p/174308#M43179</guid>
      <dc:creator />
      <dc:date>2012-06-25T18:46:21Z</dc:date>
    </item>
    <item>
      <title>Re: AW:Out of virtual and/or logical memory, allocating 0.5 MB</title>
      <link>https://community.qlik.com/t5/QlikView/Out-of-virtual-and-or-logical-memory-allocating-0-5-MB/m-p/174309#M43180</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check out for synthetic keys and eliminate them by combining tables/concatenating them, alternatively check for any loosely coupled linkages between tables.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raghav&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Jun 2012 06:54:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Out-of-virtual-and-or-logical-memory-allocating-0-5-MB/m-p/174309#M43180</guid>
      <dc:creator>raghavsurya</dc:creator>
      <dc:date>2012-06-26T06:54:31Z</dc:date>
    </item>
    <item>
      <title>Re: AW:Out of virtual and/or logical memory, allocating 0.5 MB</title>
      <link>https://community.qlik.com/t5/QlikView/Out-of-virtual-and-or-logical-memory-allocating-0-5-MB/m-p/174310#M43181</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No synthetic keys or loose coupling,&amp;nbsp; just lots of data, doc runs fine on a server.&amp;nbsp; My issues seems to be Qlikview is not using all the available memeory on my PC ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Jun 2012 08:14:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Out-of-virtual-and-or-logical-memory-allocating-0-5-MB/m-p/174310#M43181</guid>
      <dc:creator />
      <dc:date>2012-06-26T08:14:00Z</dc:date>
    </item>
  </channel>
</rss>

