<?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: QVW file size in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/QVW-file-size/m-p/506880#M1136621</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;To discover amount of memory you need, try this steps:&lt;/P&gt;&lt;P&gt;- Close your Qlikview Desktop;&lt;/P&gt;&lt;P&gt;- Open Qlikview Desktop and open your document;&lt;/P&gt;&lt;P&gt;- After it, take a look in Task Manager &amp;gt; Process, how many memory was consumed for QV.EXE;&lt;/P&gt;&lt;P&gt;- This value is the document memory.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use this formula to know &lt;SPAN class="short_text" lang="en"&gt;&lt;SPAN class="hps"&gt;approximate amount of memory&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;required&lt;/SPAN&gt;&lt;/SPAN&gt;:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Document Memory + ((10% of Document Memory) * Total Users) = total memory.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It´s a simple practice.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 22 Oct 2013 19:26:15 GMT</pubDate>
    <dc:creator>Ricardo_Gerhard</dc:creator>
    <dc:date>2013-10-22T19:26:15Z</dc:date>
    <item>
      <title>QVW file size</title>
      <link>https://community.qlik.com/t5/QlikView/QVW-file-size/m-p/506875#M1136616</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;I have a qvw application with size 146 MB . will it creates any problem if I make vailble this file in access point. And I have Ajax Client.I need to give to five users to access this file.&lt;/P&gt;&lt;P&gt;Please can anyone let me know.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Oct 2013 15:57:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QVW-file-size/m-p/506875#M1136616</guid>
      <dc:creator />
      <dc:date>2013-10-22T15:57:59Z</dc:date>
    </item>
    <item>
      <title>Re: QVW file size</title>
      <link>https://community.qlik.com/t5/QlikView/QVW-file-size/m-p/506876#M1136617</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It depends on:&lt;/P&gt;&lt;P&gt;1) You server RAM&lt;/P&gt;&lt;P&gt;2) Is your app compressed or not&lt;/P&gt;&lt;P&gt;3) How many tables and synth tables you have&lt;/P&gt;&lt;P&gt;4) Complexity of your objects (too many columns into a table for example, can lead to memory overflow)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Oct 2013 16:15:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QVW-file-size/m-p/506876#M1136617</guid>
      <dc:creator>Clever_Anjos</dc:creator>
      <dc:date>2013-10-22T16:15:34Z</dc:date>
    </item>
    <item>
      <title>Re: QVW file size</title>
      <link>https://community.qlik.com/t5/QlikView/QVW-file-size/m-p/506877#M1136618</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My application is compressed as High and I need to have too many columns in straight and&amp;nbsp; pivot tables as per business. and I have 72Gb RAM in server and only 40 GB is free. Is all this conditions will meet the application?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Oct 2013 16:18:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QVW-file-size/m-p/506877#M1136618</guid>
      <dc:creator />
      <dc:date>2013-10-22T16:18:30Z</dc:date>
    </item>
    <item>
      <title>Re: QVW file size</title>
      <link>https://community.qlik.com/t5/QlikView/QVW-file-size/m-p/506878#M1136619</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;you may follow these steps (is just an approximation, but it can be useful):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Open your .qvw in desktop and change the compression high to none (Document properties &amp;gt; General). This way you can see the actual size of your qvw.&lt;/P&gt;&lt;P&gt;2. Multiply the uncompressed size of your qvw times 4 (it is roughly the size it will use in RAM).&lt;/P&gt;&lt;P&gt;3. Every concurrent user will add roughly 10% in RAM (so it would be the result of step 2&amp;nbsp; plus 10% RAM of original qvw for every concurrent user).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example, let's suppose your uncompressed qvw is 500 MB:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;500 MB * 4&amp;nbsp; = 2000 MB in RAM &lt;/P&gt;&lt;P&gt;2000 MB * .10 = 200 MB for every extra concurrent user&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2000 MB + ( 200 MB * 5 Users) = 3000 MB. So your worst case would be to use almost 3 GB in RAM, if your 5 users are connected at the same time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Like I said this is an approximation, but can give you an idea of the sizing of QV Environment,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Oct 2013 19:15:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QVW-file-size/m-p/506878#M1136619</guid>
      <dc:creator>jaimeaguilar</dc:creator>
      <dc:date>2013-10-22T19:15:52Z</dc:date>
    </item>
    <item>
      <title>Re: QVW file size</title>
      <link>https://community.qlik.com/t5/QlikView/QVW-file-size/m-p/506879#M1136620</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Complementing the response by &lt;A href="https://community.qlik.com/qlik-users/134792"&gt;Jaime Aguilar&lt;/A&gt;, be carefull about tables with too many columns/rows. If your users are "Send to Excel"-Addicted you can experience poor response times&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Oct 2013 19:23:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QVW-file-size/m-p/506879#M1136620</guid>
      <dc:creator>Clever_Anjos</dc:creator>
      <dc:date>2013-10-22T19:23:18Z</dc:date>
    </item>
    <item>
      <title>Re: QVW file size</title>
      <link>https://community.qlik.com/t5/QlikView/QVW-file-size/m-p/506880#M1136621</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;To discover amount of memory you need, try this steps:&lt;/P&gt;&lt;P&gt;- Close your Qlikview Desktop;&lt;/P&gt;&lt;P&gt;- Open Qlikview Desktop and open your document;&lt;/P&gt;&lt;P&gt;- After it, take a look in Task Manager &amp;gt; Process, how many memory was consumed for QV.EXE;&lt;/P&gt;&lt;P&gt;- This value is the document memory.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use this formula to know &lt;SPAN class="short_text" lang="en"&gt;&lt;SPAN class="hps"&gt;approximate amount of memory&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;required&lt;/SPAN&gt;&lt;/SPAN&gt;:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Document Memory + ((10% of Document Memory) * Total Users) = total memory.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It´s a simple practice.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Oct 2013 19:26:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QVW-file-size/m-p/506880#M1136621</guid>
      <dc:creator>Ricardo_Gerhard</dc:creator>
      <dc:date>2013-10-22T19:26:15Z</dc:date>
    </item>
  </channel>
</rss>

