<?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 parallel qvw reloads and processors in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/parallel-qvw-reloads-and-processors/m-p/164219#M1283209</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;no thoughts eh ? am I that far off the mark ?&lt;/P&gt;&lt;P&gt;I notice that QVB.exe is actually the process running when these reloads are called by qlikview (QEMC).&lt;/P&gt;&lt;P&gt;Any process count probably needs to count those as well.&lt;/P&gt;&lt;P&gt;Again, any input is appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 27 Nov 2010 13:55:38 GMT</pubDate>
    <dc:creator />
    <dc:date>2010-11-27T13:55:38Z</dc:date>
    <item>
      <title>parallel qvw reloads and processors</title>
      <link>https://community.qlik.com/t5/QlikView/parallel-qvw-reloads-and-processors/m-p/164218#M1283207</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I swear I've seen this post before but cannot find it. What is the recommended number of parallel reloads (qv.exe) per server processor ?&lt;/P&gt;&lt;P&gt;I'm using powershell to loop through a list of qvd builders and reloading them with the /r switch.&lt;/P&gt;&lt;P&gt;Our server has 4 dual core processors. Currently, I'm limiting it to 4 simultaneous sessions of qv.exe.&lt;/P&gt;&lt;P&gt;Can I really run 8 ?&lt;/P&gt;&lt;P&gt;Any advice is appreciated.&lt;/P&gt;&lt;P&gt;TD&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/parallel-qvw-reloads-and-processors/m-p/164218#M1283207</guid>
      <dc:creator />
      <dc:date>2026-01-26T18:19:17Z</dc:date>
    </item>
    <item>
      <title>parallel qvw reloads and processors</title>
      <link>https://community.qlik.com/t5/QlikView/parallel-qvw-reloads-and-processors/m-p/164219#M1283209</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;no thoughts eh ? am I that far off the mark ?&lt;/P&gt;&lt;P&gt;I notice that QVB.exe is actually the process running when these reloads are called by qlikview (QEMC).&lt;/P&gt;&lt;P&gt;Any process count probably needs to count those as well.&lt;/P&gt;&lt;P&gt;Again, any input is appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 27 Nov 2010 13:55:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/parallel-qvw-reloads-and-processors/m-p/164219#M1283209</guid>
      <dc:creator />
      <dc:date>2010-11-27T13:55:38Z</dc:date>
    </item>
    <item>
      <title>parallel qvw reloads and processors</title>
      <link>https://community.qlik.com/t5/QlikView/parallel-qvw-reloads-and-processors/m-p/164220#M1283212</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The recommendation is that you limit the max number of concurrent reloads to the number of CPUs. For example, 4 CPUs, limit to 4 reloads. If you are also using the same server for user sessions at the same time as reloads, you should consider fewer reloads to reserve some cycles for user activity.&lt;/P&gt;&lt;P&gt;As you've noted, QVB.exe is the reload task for a server initiated reload. The max number of QVB tasks is set on the QEMC Server, Performance tab. Reload tasks that are triggered when the max tasks have been reached will wait for a "reload engine" to become available for the time limit specified in QlikviewDistributionService.exe.config.&lt;/P&gt;&lt;P&gt;Instead of using qv.exe for your reloads, here are a couple of options that will honor the max reloads settings by performing reloads in the server context. May make your life easier (or not).&lt;/P&gt;&lt;P&gt;1. Set your qvd loader tasks triggers to be "On external event" and use the external event call (http) to trigger these tasks from your external script.&lt;/P&gt;&lt;P&gt;2. Use QlikviewDistributionService.exe command line to run the reloads as server reloads. This is covered in the QV Server Ref Guide.&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Nov 2010 06:16:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/parallel-qvw-reloads-and-processors/m-p/164220#M1283212</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2010-11-29T06:16:36Z</dc:date>
    </item>
    <item>
      <title>parallel qvw reloads and processors</title>
      <link>https://community.qlik.com/t5/QlikView/parallel-qvw-reloads-and-processors/m-p/164221#M1283214</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Rob.&lt;/P&gt;&lt;P&gt;For now, I'll leave it at 4 and monitor. Most of the reloads are completed before users begin accessing the system.&lt;/P&gt;&lt;P&gt;I'll check #2 in the ref guide.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Nov 2010 12:27:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/parallel-qvw-reloads-and-processors/m-p/164221#M1283214</guid>
      <dc:creator />
      <dc:date>2010-11-29T12:27:34Z</dc:date>
    </item>
    <item>
      <title>parallel qvw reloads and processors</title>
      <link>https://community.qlik.com/t5/QlikView/parallel-qvw-reloads-and-processors/m-p/164222#M1283215</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Number of processor cores = number of QVB.exe is not necessarily true. For example loading huge data volumes from database is a "network bound" task , barely uses any CPU. You could have lots of them in parallel, as many as license allows.&lt;/P&gt;&lt;P&gt;And since version 9, QVB.exe can use more more CPU cores for operations like GROUP BY in script, taking all available CPU for minutes . This is quite nasty, ex when there are two tasks in this phase , locking up all 24 cores in a huge server.&lt;/P&gt;&lt;P&gt;It would be nice to configure the maximum number of threads that QVB is using, so that the server does not become CPU bound ==&amp;gt; failing random tasks with timeout because of this (file shares, directory lookups, publishing to QVS)&lt;/P&gt;&lt;P&gt;-Alex&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Nov 2010 14:43:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/parallel-qvw-reloads-and-processors/m-p/164222#M1283215</guid>
      <dc:creator />
      <dc:date>2010-11-29T14:43:28Z</dc:date>
    </item>
    <item>
      <title>parallel qvw reloads and processors</title>
      <link>https://community.qlik.com/t5/QlikView/parallel-qvw-reloads-and-processors/m-p/164223#M1283217</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="jive_text_macro jive_macro_quote" jivemacro="quote"&gt;&lt;BR /&gt;Alexandru Toth wrote:Number of processor cores = number of QVB.exe is not necessarily true. For example loading huge data volumes from database is a "network bound" task , barely uses any CPU. You could have lots of them in parallel, as many as license allows&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;That has been the general recommendation as a starting point. But you may find the need to adjust it up or down for your particular circumstances.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="jive_text_macro jive_macro_quote" jivemacro="quote"&gt;&lt;BR /&gt;Alexandru Toth wrote:&lt;BR /&gt;It would be nice to configure the maximum number of threads that QVB is using, so that the server does not become CPU bound ==&amp;gt; failing random tasks with timeout because of this (file shares, directory lookups, publishing to QVS)&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;I had not noticed the multithreading in V9, although I aware it's used in V10 and was beginning to ponder its impact on configuration. You can set CPU affinities for Reload on the QEMC Performance tab, That may not limit the total number of threads spawned, but hopefully will limit the number of CPUs the threads use.Please let us know if you test that option that and how it works,&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Nov 2010 08:58:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/parallel-qvw-reloads-and-processors/m-p/164223#M1283217</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2010-11-30T08:58:05Z</dc:date>
    </item>
    <item>
      <title>parallel qvw reloads and processors</title>
      <link>https://community.qlik.com/t5/QlikView/parallel-qvw-reloads-and-processors/m-p/164224#M1283219</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Affinity is great for QVS process, because there is only one of it.&lt;/P&gt;&lt;P&gt;But I see 20 QVB running same time. I don't want those to all run in same 2 cores =&amp;gt; affinity. I want each using 2 different cores =&amp;gt; number of threads.&lt;/P&gt;&lt;P&gt;-Alex&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Nov 2010 09:41:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/parallel-qvw-reloads-and-processors/m-p/164224#M1283219</guid>
      <dc:creator />
      <dc:date>2010-11-30T09:41:46Z</dc:date>
    </item>
    <item>
      <title>parallel qvw reloads and processors</title>
      <link>https://community.qlik.com/t5/QlikView/parallel-qvw-reloads-and-processors/m-p/164225#M1283222</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Is this proof about the multi-threading in QVB ? There are 24 cores, 256 GB memory, server is not paging, but CPU is overloaded . It is quite difficult to make screenshots since the Remote Desktop is totally unresponsive ..&lt;/P&gt;&lt;P&gt;&lt;A href="http://community.qlik.com/cfs-file.ashx/__key/CommunityServer.Discussions.Components.Files/12/8512.cpu.png"&gt;&lt;IMG alt="" border="0" src="http://community.qlik.com/resized-image.ashx/__size/550x0/__key/CommunityServer.Discussions.Components.Files/12/8512.cpu.png" /&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;-Alex&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Dec 2010 14:30:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/parallel-qvw-reloads-and-processors/m-p/164225#M1283222</guid>
      <dc:creator />
      <dc:date>2010-12-02T14:30:14Z</dc:date>
    </item>
    <item>
      <title>parallel qvw reloads and processors</title>
      <link>https://community.qlik.com/t5/QlikView/parallel-qvw-reloads-and-processors/m-p/164226#M1283224</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Update.&lt;/P&gt;&lt;P&gt;The script I use logs the max cpu and mem used by each process while reloading. It bares out what Alex said about low CPU usage on reloads. Memory usage per reload is also around the same as the the qvd file size. this makes sense.&lt;/P&gt;&lt;P&gt;If a memory intensive QVB kicks off while your reloads are running, the reloads can (and do) fail with an out of memory error. Somehow the QVB's are immune to this failure. They go merrily along while others around it crash.&lt;/P&gt;&lt;P&gt;So - If I can ensure that no (or few) publisher tasks run while reloading, it appears that 6 or 8 can run at the same time as long as I have enough memory.&lt;/P&gt;&lt;P&gt;Alex: This thread discusses the limitation of concurrent publisher tasks which may explain what you are seeing in your last post. &lt;A href="http://community.qlik.com/forums/t/26649.aspx"&gt;http://community.qlik.com/forums/t/26649.aspx&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Jan 2011 11:47:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/parallel-qvw-reloads-and-processors/m-p/164226#M1283224</guid>
      <dc:creator />
      <dc:date>2011-01-07T11:47:23Z</dc:date>
    </item>
    <item>
      <title>parallel qvw reloads and processors</title>
      <link>https://community.qlik.com/t5/QlikView/parallel-qvw-reloads-and-processors/m-p/164227#M1283226</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have fought long time with this. The partial solution is to kill the QVB (and QVS and QV developer too) whenever memory goes above a threshold. Exactly like the Unix ulimit.&lt;/P&gt;&lt;P&gt;The complete solution would be to use Windows System Resource Manager . In addition to killing tasks when using too much memory, it can limit CPU per process . It means never ever QVB is allowed to use 80% CPU on a 24 core machine --&amp;gt; no more timeouts in other programs (Directory Connector, slow QVB reloads, QEMC)&lt;/P&gt;&lt;P&gt;--------&lt;/P&gt;&lt;P&gt;If QlikTech will implement an option for limiting number of threads in QVB.exe, that will be just great. That will enable running 10 concurrent processes, none using more than x% of CPU. That is different than setting the affinity = original problem in less CPU cores.&lt;/P&gt;&lt;P&gt;-Alex&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Jan 2011 10:18:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/parallel-qvw-reloads-and-processors/m-p/164227#M1283226</guid>
      <dc:creator />
      <dc:date>2011-01-11T10:18:07Z</dc:date>
    </item>
    <item>
      <title>Re: parallel qvw reloads and processors</title>
      <link>https://community.qlik.com/t5/QlikView/parallel-qvw-reloads-and-processors/m-p/164228#M1283228</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Alex,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; Post it as an Idea, then we could vote on.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pablo Labbe&lt;/P&gt;&lt;P&gt;Qlikview Consultant&lt;/P&gt;&lt;P&gt;www.visiongi.com.br&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jul 2012 13:38:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/parallel-qvw-reloads-and-processors/m-p/164228#M1283228</guid>
      <dc:creator>pablolabbe</dc:creator>
      <dc:date>2012-07-06T13:38:27Z</dc:date>
    </item>
    <item>
      <title>Re: parallel qvw reloads and processors</title>
      <link>https://community.qlik.com/t5/QlikView/parallel-qvw-reloads-and-processors/m-p/164229#M1283230</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Tod,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was facing task failures as we have set up more than 15 reload tasks to run parallely. So i had reach out to support to find out what is the agreeable/suggested no of parallel reloads here is the reply from support:&lt;/P&gt;&lt;P&gt;Hope this helps &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="color: #222222; font-family: arial, sans-serif; font-size: 12.8000001907349px;"&gt;&lt;SPAN style="color: #333333; font-family: arial, verdana, sans-serif; font-size: 11.6999998092651px;"&gt;1) How many cores do you all have installed? Because having an odd number of cores isn't something that I have experienced. &lt;/SPAN&gt;&lt;BR style="color: #333333; font-family: arial, verdana, sans-serif; font-size: 11.6999998092651px;" /&gt;&lt;SPAN style="color: #333333; font-family: arial, verdana, sans-serif; font-size: 11.6999998092651px;"&gt;2) The rule of thumb is that the maximum limit should be number of cores - 1. The thought behind this is that you should always leave at least one core available for the operation system. &lt;/SPAN&gt;&lt;BR style="color: #333333; font-family: arial, verdana, sans-serif; font-size: 11.6999998092651px;" /&gt;&lt;SPAN style="color: #333333; font-family: arial, verdana, sans-serif; font-size: 11.6999998092651px;"&gt;3) Keep in mind that each task uses a core. So if you haven't configured your registry to allow more than 9 cores for QlikView, then you will experience task failures when you are trying to run more than 9 tasks. But that additional task will run fine when it is not trying to run with 9 other tasks. &lt;/SPAN&gt;&lt;BR style="color: #333333; font-family: arial, verdana, sans-serif; font-size: 11.6999998092651px;" /&gt;&lt;SPAN style="color: #333333; font-family: arial, verdana, sans-serif; font-size: 11.6999998092651px;"&gt;4) From the case description, it looks like you all are running 11.0 SR2 which was released in November 2012. Upgrading may not be possible due to your environment, but there have been quite a few releases since then with many, many bug fixes. So if it is possible, I would recommend considering upgrading to a newer service release. Additionally, this version would not be patchable should you encounter an issue that requires a patch. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-family: arial, verdana, sans-serif; font-size: 11.6999998092651px;"&gt;Let me know about your availability and I can schedule a Webex to talk through this case with you.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="color: #222222; font-family: arial, sans-serif; font-size: 12.8000001907349px;"&gt;----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;P style="color: #222222; font-family: arial, sans-serif; font-size: 12.8000001907349px;"&gt;&lt;/P&gt;&lt;P style="color: #222222; font-family: arial, sans-serif; font-size: 12.8000001907349px;"&gt;&lt;/P&gt;&lt;P style="color: #222222; font-family: arial, sans-serif; font-size: 12.8000001907349px;"&gt;Attachment mentioned in the reply has the following content:&lt;/P&gt;&lt;P style="color: #222222; font-family: arial, sans-serif; font-size: 12.8000001907349px;"&gt;----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;P style="color: #222222; font-family: arial, sans-serif; font-size: 12.8000001907349px;"&gt;&lt;/P&gt;&lt;TABLE style="color: #333333; font-family: Arial, Helvetica, sans-serif; font-size: 12px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD style="font-family: arial, sans-serif; padding: 10px 30px 10px 0; text-align: right; font-size: 0.92em; font-weight: bold;"&gt;&lt;LABEL&gt;Description&lt;/LABEL&gt;&lt;/TD&gt;&lt;TD style="font-family: arial, sans-serif; padding: 10px 20px 10px 0;"&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD style="padding: 1px;"&gt;&lt;DIV style="color: #000000; font-family: Arial, Helvetica, sans-serif;"&gt;In Version 11 Release Notes, we say Support can provide the information on how to run more engines than 9.&lt;P&gt;&lt;/P&gt;&lt;STRONG&gt;Version 10 Release Notes&lt;/STRONG&gt;&lt;BR /&gt;Due to a limitation associated with using Microsoft’s COM objects we recommend that you limit the number of QlikView Engines (QlikView Enterprise Management Console&amp;gt;&amp;gt; Setup&amp;gt;&amp;gt; Distribution Services&amp;gt;&amp;gt; Advanced tab) to a maximum of 9 or the number of processor cores available on the host server, whichever is lower.&lt;P&gt;&lt;/P&gt;&lt;STRONG&gt;Version 11 Release Notes&lt;/STRONG&gt;&lt;BR /&gt;Due to a limitation associated with using Microsoft’s COM objects we recommend that you limit the number of QlikView Engines (QlikView Management Console&amp;gt;&amp;gt; System&amp;gt;&amp;gt; Setup&amp;gt;&amp;gt; Distribution Services&amp;gt;&amp;gt; Advanced tab) to a maximum of 9 or the number of processor cores available on the host server &lt;SPAN style="color: #ff0000;"&gt;-1&lt;/SPAN&gt;, whichever is lower.&lt;BR /&gt;&lt;SPAN style="color: #ff0000;"&gt;If you have more than 9 processor cores, and wish to run more Engines, contact Support for information regarding a registry change to the Desktop Memory Heap settings on the server.&lt;/SPAN&gt;&lt;P&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD colspan="2" style="font-family: arial, sans-serif;"&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="font-family: arial, sans-serif; padding: 10px 30px 10px 0; text-align: right; font-size: 0.92em; font-weight: bold;"&gt;&lt;LABEL&gt;Resolution&lt;/LABEL&gt;&lt;/TD&gt;&lt;TD style="font-family: arial, sans-serif; padding: 10px 20px 10px 0;"&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD style="padding: 1px;"&gt;&lt;STRONG&gt;Note: &lt;/STRONG&gt;Please backup your registry before you make any changes.&lt;BR /&gt;&lt;P style="margin: 1em 0;"&gt;&lt;SPAN style="text-decoration: underline;"&gt;&lt;STRONG&gt;Desktop memory Heap Registry change:&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 1em 0;"&gt;Change the registry setting:&lt;BR /&gt;HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Session Manager\SubSystems\Windows&lt;/P&gt;&lt;P style="margin: 1em 0;"&gt;Change the desktop heap setting in the registry to '1024,20480,2048'&lt;/P&gt;&lt;P style="margin: 1em 0;"&gt;%SystemRoot%\system32\csrss.exe ObjectDirectory=\Windows&lt;BR /&gt;SharedSection=1024,20480,2048 Windows=On SubSystemType=Windows&lt;BR /&gt;ServerDll=basesrv,1 ServerDll=winsrv:UserServerDllInitialization,3&lt;BR /&gt;ServerDll=winsrv:ConServerDllInitialization,2 ProfileControl=Off&lt;BR /&gt;MaxRequestThreads=16&lt;/P&gt;&lt;P style="margin: 1em 0;"&gt;Default is 1024,3072,512 in x86 or 1024,20480,768 in x64&lt;/P&gt;&lt;P style="margin: 1em 0;"&gt;&lt;BR /&gt;Read more on:&lt;BR /&gt;&lt;A href="http://blogs.msdn.com/ntdebugging/archive/2007/07/05/desktop-heap-part-2.aspx" style="color: #333333;" target="_blank"&gt;http://blogs.msdn.com/ntdebugging/archive/2007/07/05/desktop-heap-part-2.aspx&lt;/A&gt;&lt;/P&gt;&lt;P style="margin: 1em 0;"&gt;&lt;A href="http://blogs.msdn.com/ntdebugging/archive/2007/01/04/desktop-heap-overview.aspx" style="color: #333333;" target="_blank"&gt;http://blogs.msdn.com/ntdebugging/archive/2007/01/04/desktop-heap-overview.aspx&lt;/A&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P style="color: #222222; font-family: arial, sans-serif; font-size: 12.8000001907349px;"&gt;&lt;/P&gt;&lt;P style="color: #222222; font-family: arial, sans-serif; font-size: 12.8000001907349px;"&gt;----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Apr 2015 12:12:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/parallel-qvw-reloads-and-processors/m-p/164229#M1283230</guid>
      <dc:creator />
      <dc:date>2015-04-07T12:12:37Z</dc:date>
    </item>
  </channel>
</rss>

