<?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: Java Heap Space Issue in Talend while processing large xlsx file in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Java-Heap-Space-Issue-in-Talend-while-processing-large-xlsx-file/m-p/2323477#M93299</link>
    <description>Hi,
&lt;BR /&gt;Have you tried changing the 'Generation Mode' option in the Advanced settings of the tFileInputExcel component to 'Less memory consumed for large excel(Event mode)'? That fixed a similar issue i had.
&lt;BR /&gt;Regards,&amp;nbsp;
&lt;BR /&gt;Aled&amp;nbsp;</description>
    <pubDate>Fri, 22 Aug 2014 11:10:14 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2014-08-22T11:10:14Z</dc:date>
    <item>
      <title>Java Heap Space Issue in Talend while processing large xlsx file</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Java-Heap-Space-Issue-in-Talend-while-processing-large-xlsx-file/m-p/2323475#M93297</link>
      <description>Hello All,
&lt;BR /&gt;I have huge xlsx file with having more than 700000 records and more than 100 columns in it.
&lt;BR /&gt;I have to read the file and load it into the table but I am facing Java Heap Issue.
&lt;BR /&gt;Can some one please let me know what is the limitation of Talend and upto what size of records I can process in Talend using xlsx file
&lt;BR /&gt;and also size of file matters to cause the java heap space issue. and if it is then what would be the maximum size allowed.
&lt;BR /&gt;Basically what is the limitation of Talend for processing large xlsx file and what is the solution for it.
&lt;BR /&gt;Thanking you,
&lt;BR /&gt;with kind regards,
&lt;BR /&gt;Akash Sonawane.</description>
      <pubDate>Thu, 21 Aug 2014 16:29:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Java-Heap-Space-Issue-in-Talend-while-processing-large-xlsx-file/m-p/2323475#M93297</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-08-21T16:29:22Z</dc:date>
    </item>
    <item>
      <title>Re: Java Heap Space Issue in Talend while processing large xlsx file</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Java-Heap-Space-Issue-in-Talend-while-processing-large-xlsx-file/m-p/2323476#M93298</link>
      <description>hi, 
&lt;BR /&gt;did you increase jvm memory allocation (ram) ? 
&lt;BR /&gt;regards 
&lt;BR /&gt;laurent 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MEmy.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/136112iCE735ED63A5E5FA2/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MEmy.png" alt="0683p000009MEmy.png" /&gt;&lt;/span&gt;</description>
      <pubDate>Thu, 21 Aug 2014 16:40:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Java-Heap-Space-Issue-in-Talend-while-processing-large-xlsx-file/m-p/2323476#M93298</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-08-21T16:40:03Z</dc:date>
    </item>
    <item>
      <title>Re: Java Heap Space Issue in Talend while processing large xlsx file</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Java-Heap-Space-Issue-in-Talend-while-processing-large-xlsx-file/m-p/2323477#M93299</link>
      <description>Hi,
&lt;BR /&gt;Have you tried changing the 'Generation Mode' option in the Advanced settings of the tFileInputExcel component to 'Less memory consumed for large excel(Event mode)'? That fixed a similar issue i had.
&lt;BR /&gt;Regards,&amp;nbsp;
&lt;BR /&gt;Aled&amp;nbsp;</description>
      <pubDate>Fri, 22 Aug 2014 11:10:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Java-Heap-Space-Issue-in-Talend-while-processing-large-xlsx-file/m-p/2323477#M93299</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-08-22T11:10:14Z</dc:date>
    </item>
    <item>
      <title>Re: Java Heap Space Issue in Talend while processing large xlsx file</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Java-Heap-Space-Issue-in-Talend-while-processing-large-xlsx-file/m-p/2323478#M93300</link>
      <description>The generation mode is a hack from talend and I would not use it in a productive job.
&lt;BR /&gt;The Apache guys developing the Apache POI API has faced the problem with large Excel files and created a industrial proven solution (for xlsx typed files) called StreamingWorkbook. This kind of workbook saves memory while your read and write Excel files.
&lt;BR /&gt;The component tFileExcelWorkbookOpen provides this feature. This will solve the memory problems for sure and for read and write operations.
&lt;BR /&gt;Reading and writing will be done with the components tFileExcelSheetInput and tFileExcelSheetOutput.
&lt;BR /&gt;
&lt;A href="http://www.talendforge.org/exchange/index.php?eid=1254&amp;amp;product=tos&amp;amp;action=view&amp;amp;nav=0,1,1" rel="nofollow noopener noreferrer"&gt;http://www.talendforge.org/exchange/index.php?eid=1254&amp;amp;product=tos&amp;amp;action=view&amp;amp;nav=0,1,1&lt;/A&gt;
&lt;BR /&gt;
&lt;A href="http://www.talendforge.org/exchange/index.php?eid=1256&amp;amp;product=tos&amp;amp;action=view&amp;amp;nav=0,1,1" rel="nofollow noopener noreferrer"&gt;http://www.talendforge.org/exchange/index.php?eid=1256&amp;amp;product=tos&amp;amp;action=view&amp;amp;nav=0,1,1&lt;/A&gt;
&lt;BR /&gt;
&lt;A href="http://www.talendforge.org/exchange/index.php?eid=1257&amp;amp;product=tos&amp;amp;action=view&amp;amp;nav=0,1,1" rel="nofollow noopener noreferrer"&gt;http://www.talendforge.org/exchange/index.php?eid=1257&amp;amp;product=tos&amp;amp;action=view&amp;amp;nav=0,1,1&lt;/A&gt;
&lt;BR /&gt;Please take a look into the documentation.
&lt;BR /&gt;There is a backdraft: The StreamingWorkbook holds only (per default) 100 records within the memory and therefore some complex operations like applying changes over a large couple of records at once will not work or reading/writing in more than one sheet in the same job cannot work.&amp;nbsp;</description>
      <pubDate>Sun, 24 Aug 2014 19:18:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Java-Heap-Space-Issue-in-Talend-while-processing-large-xlsx-file/m-p/2323478#M93300</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-08-24T19:18:47Z</dc:date>
    </item>
  </channel>
</rss>

