<?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: GC Overhead limit Exceeded in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/GC-Overhead-limit-Exceeded/m-p/2321178#M91238</link>
    <description>&lt;P&gt;Can you attached the job here, to have a look if some design changes can overcome this issue.&lt;/P&gt;</description>
    <pubDate>Thu, 25 Jan 2018 05:34:30 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2018-01-25T05:34:30Z</dc:date>
    <item>
      <title>GC Overhead limit Exceeded</title>
      <link>https://community.qlik.com/t5/Talend-Studio/GC-Overhead-limit-Exceeded/m-p/2321173#M91233</link>
      <description>&lt;P&gt;Hi All&lt;/P&gt; 
&lt;P&gt;I am new to Talend and supporting production system. Today in encounter below error in a job.&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;This error is coming when t_verticainput reading the data from a table and dumping into a file.&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Would you please give some direction&lt;/P&gt; 
&lt;P&gt;Here is some part of job where error is coming ( I guess)&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="GC Overhead Error.PNG" style="width: 337px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009Ls2X.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/148787i2C1FC5311D326115/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009Ls2X.png" alt="0683p000009Ls2X.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;java.lang.OutOfMemoryError: GC overhead limit exceeded&lt;BR /&gt;at com.vertica.io.ProtocolStream.readMessage(Unknown Source)&lt;BR /&gt;at com.vertica.dataengine.VResultSet.fetchChunk(Unknown Source)&lt;BR /&gt;at com.vertica.dataengine.VResultSet.moveToNextRow(Unknown Source)&lt;BR /&gt;at com.vertica.dataengine.VResultSet.closeCursor(Unknown Source)&lt;BR /&gt;at com.vertica.dataengine.VResultSet.close(Unknown Source)&lt;BR /&gt;at com.vertica.jdbc.common.SForwardResultSet.close(Unknown Source)&lt;BR /&gt;at com.vertica.jdbc.common.SStatement.clearResults(Unknown Source)&lt;BR /&gt;at com.vertica.jdbc.common.SStatement.close(Unknown Source)&lt;BR /&gt;at edw_bi_552.dmp_data_export_v2_2_0.DMP_Data_Export_V2.tVerticaInput_3Process(DMP_Data_Export_V2.java:9840)&lt;BR /&gt;at edw_bi_552.dmp_data_export_v2_2_0.DMP_Data_Export_V2$2.run(DMP_Data_Export_V2.java:8870)&lt;BR /&gt;java.lang.OutOfMemoryError: GC overhead limit exceeded&lt;BR /&gt;at java.util.Arrays.copyOf(Arrays.java:2219)&lt;BR /&gt;at java.util.ArrayList.grow(ArrayList.java:242)&lt;BR /&gt;at java.util.ArrayList.ensureExplicitCapacity(ArrayList.java:216)&lt;BR /&gt;at java.util.ArrayList.ensureCapacityInternal(ArrayList.java:208)&lt;BR /&gt;at java.util.ArrayList.add(ArrayList.java:440)&lt;BR /&gt;at com.vertica.util.TypeUtils.serialize(Unknown Source)&lt;BR /&gt;at com.vertica.io.CopyDataRequestMessage.sendParamData(Unknown Source)&lt;BR /&gt;at com.vertica.io.CopyDataRequestMessage.send(Unknown Source)&lt;BR /&gt;at com.vertica.io.ProtocolStream.sendMessage(Unknown Source)&lt;BR /&gt;at com.vertica.dataengine.VQueryExecutor.sendCopyData(Unknown Source)&lt;BR /&gt;at com.vertica.dataengine.VQueryExecutor.handleExecuteResponse(Unknown Source)&lt;BR /&gt;at com.vertica.dataengine.VQueryExecutor.execute(Unknown Source)&lt;BR /&gt;at com.vertica.jdbc.common.SPreparedStatement.executeBatch(Unknown Source)&lt;BR /&gt;at com.vertica.jdbc.VerticaJdbc4PreparedStatementImpl.executeBatch(Unknown Source)&lt;BR /&gt;at edw_bi_552.dmp_data_export_v2_2_0.DMP_Data_Export_V2.tOracleInput_4Process(DMP_Data_Export_V2.java:12430)&lt;BR /&gt;at edw_bi_552.dmp_data_export_v2_2_0.DMP_Data_Export_V2.tOracleInput_3Process(DMP_Data_Export_V2.java:11838)&lt;BR /&gt;at edw_bi_552.dmp_data_export_v2_2_0.DMP_Data_Export_V2.tVerticaRow_5Process(DMP_Data_Export_V2.java:11499)&lt;BR /&gt;at edw_bi_552.dmp_data_export_v2_2_0.DMP_Data_Export_V2.tVerticaRow_4Process(DMP_Data_Export_V2.java:11362)&lt;BR /&gt;at edw_bi_552.dmp_data_export_v2_2_0.DMP_Data_Export_V2.tJava_20Process(DMP_Data_Export_V2.java:11236)&lt;BR /&gt;at edw_bi_552.dmp_data_export_v2_2_0.DMP_Data_Export_V2.tOracleRow_2Process(DMP_Data_Export_V2.java:10388)&lt;BR /&gt;at edw_bi_552.dmp_data_export_v2_2_0.DMP_Data_Export_V2.tOracleRow_5Process(DMP_Data_Export_V2.java:10244)&lt;BR /&gt;at edw_bi_552.dmp_data_export_v2_2_0.DMP_Data_Export_V2$3.run(DMP_Data_Export_V2.java:8900)&lt;/P&gt;</description>
      <pubDate>Wed, 24 Jan 2018 16:32:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/GC-Overhead-limit-Exceeded/m-p/2321173#M91233</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-01-24T16:32:22Z</dc:date>
    </item>
    <item>
      <title>Re: GC Overhead limit Exceeded</title>
      <link>https://community.qlik.com/t5/Talend-Studio/GC-Overhead-limit-Exceeded/m-p/2321174#M91234</link>
      <description>&lt;P&gt;Hello,&amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp; &amp;nbsp; You can try to adjust the JVM parameters when the job is executed;JVM - In the Run View &amp;gt; Advanced settings tab, there is a JVM Setting. If you select the Use specific&amp;nbsp; JVM arguments, you can add command line arguments to your JVM. Several arguments can increase the&amp;nbsp; amount of memory available to your Job. For example, you may want to increase the initial and maximum memory size for the JVM.&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-left" image-alt="ORDX7IP3~PEO~L[I3OJGTO7.png" style="width: 829px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009Ls7L.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/155426i49C0DAF93B10919D/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009Ls7L.png" alt="0683p000009Ls7L.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;regards&lt;/P&gt; 
&lt;P&gt;Annie&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 25 Jan 2018 02:04:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/GC-Overhead-limit-Exceeded/m-p/2321174#M91234</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-01-25T02:04:18Z</dc:date>
    </item>
    <item>
      <title>Re: GC Overhead limit Exceeded</title>
      <link>https://community.qlik.com/t5/Talend-Studio/GC-Overhead-limit-Exceeded/m-p/2321175#M91235</link>
      <description>&lt;P&gt;1) Can you share how much memory allocated to this job ?&lt;/P&gt;
&lt;P&gt;2) what is the status of job server : how much total memory, free memory on the server ?&lt;/P&gt;
&lt;P&gt;3) Approx how many rows you are processing ?&lt;/P&gt;
&lt;P&gt;4) You got this issue at particular time or always ? trying to understand if that time, server is loaded or what..&lt;/P&gt;</description>
      <pubDate>Thu, 25 Jan 2018 04:51:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/GC-Overhead-limit-Exceeded/m-p/2321175#M91235</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-01-25T04:51:11Z</dc:date>
    </item>
    <item>
      <title>Re: GC Overhead limit Exceeded</title>
      <link>https://community.qlik.com/t5/Talend-Studio/GC-Overhead-limit-Exceeded/m-p/2321176#M91236</link>
      <description>&lt;P&gt;1) If you set the memory size exceeds the physical memory, the job will not run. My memory settings up to-Xmx8192M. xms set the initial memory pool size,&lt;BR /&gt;- xmx Set the size of the largest memory pool. You can try different sets of JVM parameters depending on your order of magnitude&lt;BR /&gt;2) The amount of data I currently process is about 12,000,000 rows,&lt;BR /&gt;3) When dealing with the amount of data is too large will have this problem&lt;/P&gt;</description>
      <pubDate>Thu, 25 Jan 2018 05:30:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/GC-Overhead-limit-Exceeded/m-p/2321176#M91236</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-01-25T05:30:03Z</dc:date>
    </item>
    <item>
      <title>Re: GC Overhead limit Exceeded</title>
      <link>https://community.qlik.com/t5/Talend-Studio/GC-Overhead-limit-Exceeded/m-p/2321177#M91237</link>
      <description>&lt;P&gt;Is it right to assume that previously job was running fine. Whenever data size is too high it fail with that error ?&lt;/P&gt;</description>
      <pubDate>Thu, 25 Jan 2018 05:32:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/GC-Overhead-limit-Exceeded/m-p/2321177#M91237</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-01-25T05:32:34Z</dc:date>
    </item>
    <item>
      <title>Re: GC Overhead limit Exceeded</title>
      <link>https://community.qlik.com/t5/Talend-Studio/GC-Overhead-limit-Exceeded/m-p/2321178#M91238</link>
      <description>&lt;P&gt;Can you attached the job here, to have a look if some design changes can overcome this issue.&lt;/P&gt;</description>
      <pubDate>Thu, 25 Jan 2018 05:34:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/GC-Overhead-limit-Exceeded/m-p/2321178#M91238</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-01-25T05:34:30Z</dc:date>
    </item>
    <item>
      <title>Re: GC Overhead limit Exceeded</title>
      <link>https://community.qlik.com/t5/Talend-Studio/GC-Overhead-limit-Exceeded/m-p/2321179#M91239</link>
      <description>&lt;P&gt;I have attached the screen shot of the job which is causing the issue. The component which is giving GC error is tverticaInput component which is running a query. It is monthly job which pulls data for previous month. May be the volume is more which is causing this issue.&lt;/P&gt;
&lt;P&gt;I am in a situation where i can't increase memory further.&lt;/P&gt;</description>
      <pubDate>Mon, 29 Jan 2018 15:08:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/GC-Overhead-limit-Exceeded/m-p/2321179#M91239</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-01-29T15:08:09Z</dc:date>
    </item>
    <item>
      <title>Re: GC Overhead limit Exceeded</title>
      <link>https://community.qlik.com/t5/Talend-Studio/GC-Overhead-limit-Exceeded/m-p/2321180#M91240</link>
      <description>&lt;P&gt;Is there any other JVM setting accept increasing memory. Because i can't increase the memory. I tried&amp;nbsp;UseConcMarkSweepGC. But still it failed after finishing 80% of the work.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 29 Jan 2018 15:11:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/GC-Overhead-limit-Exceeded/m-p/2321180#M91240</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-01-29T15:11:18Z</dc:date>
    </item>
    <item>
      <title>Re: GC Overhead limit Exceeded</title>
      <link>https://community.qlik.com/t5/Talend-Studio/GC-Overhead-limit-Exceeded/m-p/2321181#M91241</link>
      <description>I have worked on vertica, might be we can fine tune your monthly query? Is query using proper projections, partitions? All table are properly analyze ? Can you run your vertica query in database designer with update statistics 
&lt;BR /&gt;</description>
      <pubDate>Mon, 29 Jan 2018 15:12:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/GC-Overhead-limit-Exceeded/m-p/2321181#M91241</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-01-29T15:12:55Z</dc:date>
    </item>
    <item>
      <title>Re: GC Overhead limit Exceeded</title>
      <link>https://community.qlik.com/t5/Talend-Studio/GC-Overhead-limit-Exceeded/m-p/2321182#M91242</link>
      <description>&lt;P&gt;is there any filter or aggregation that you perform after fetching data from Vertica? I am not sure about your business logic but is it possible to apply the filter or aggregation in your vertica query, if possible ?&lt;/P&gt;</description>
      <pubDate>Mon, 29 Jan 2018 22:46:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/GC-Overhead-limit-Exceeded/m-p/2321182#M91242</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-01-29T22:46:38Z</dc:date>
    </item>
  </channel>
</rss>

