<?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: problem java heap space - taggregate in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/problem-java-heap-space-taggregate/m-p/2354001#M120069</link>
    <description>The tAggregateRow and tSortRow both suffer from memory management issues when dealing with large data sets. If you are using a MySQL input straight to a tAggregateRow then just do the aggregation within the mysql query. BTW cant see the images, the links send me to a thumbnail.</description>
    <pubDate>Wed, 21 Sep 2011 21:26:19 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2011-09-21T21:26:19Z</dc:date>
    <item>
      <title>problem java heap space - taggregate</title>
      <link>https://community.qlik.com/t5/Talend-Studio/problem-java-heap-space-taggregate/m-p/2354000#M120068</link>
      <description>Hi all, 
&lt;BR /&gt;I have a problem with a job that begins with a tinputMysql (around 10 mln of rows), checks the latest rows to add, then aggregates (from 11 fileds to 7) with a SUM. I attached some images. 
&lt;BR /&gt;The job starts with a velocity of 18.000 rows/s, then decrease and stop with the error message below: 
&lt;BR /&gt;********************* 
&lt;BR /&gt;Exception in thread "Thread-0" java.lang.OutOfMemoryError: Java heap space 
&lt;BR /&gt; at java.util.LinkedList.listIterator(Unknown Source) 
&lt;BR /&gt; at java.util.AbstractList.listIterator(Unknown Source) 
&lt;BR /&gt; at java.util.AbstractSequentialList.iterator(Unknown Source) 
&lt;BR /&gt; at routines.system.RunStat.sendMessages(RunStat.java:248) 
&lt;BR /&gt; at routines.system.RunStat.run(RunStat.java:212) 
&lt;BR /&gt; at java.lang.Thread.run(Unknown Source) 
&lt;BR /&gt;Exception in thread "Thread-1" java.lang.Error: java.lang.OutOfMemoryError: Java heap space 
&lt;BR /&gt; at mon_sgsn.load_table_fact_blackberry3_0_1.load_table_fact_blackberry3.tMysqlInput_1Process(load_table_fact_blackberry3.java:4672) 
&lt;BR /&gt; at mon_sgsn.load_table_fact_blackberry3_0_1.load_table_fact_blackberry3$1.run(load_table_fact_blackberry3.java:5198) 
&lt;BR /&gt; disconnected 
&lt;BR /&gt;Caused by: java.lang.OutOfMemoryError: Java heap space 
&lt;BR /&gt; at java.util.HashMap.addEntry(Unknown Source) 
&lt;BR /&gt; at java.util.HashMap.put(Unknown Source) 
&lt;BR /&gt; at java.util.ListResourceBundle.loadLookup(Unknown Source) 
&lt;BR /&gt; at java.util.ListResourceBundle.handleGetObject(Unknown Source) 
&lt;BR /&gt; at java.util.ResourceBundle.getObject(Unknown Source) 
&lt;BR /&gt; at java.util.ResourceBundle.getObject(Unknown Source) 
&lt;BR /&gt; at java.util.ResourceBundle.getObject(Unknown Source) 
&lt;BR /&gt; at java.util.ResourceBundle.getStringArray(Unknown Source) 
&lt;BR /&gt; at java.text.DateFormatSymbols.initializeData(Unknown Source) 
&lt;BR /&gt; at java.text.DateFormatSymbols.&amp;lt;init&amp;gt;(Unknown Source) 
&lt;BR /&gt; at java.text.DateFormatSymbols.getInstance(Unknown Source) 
&lt;BR /&gt; at java.text.SimpleDateFormat.&amp;lt;init&amp;gt;(Unknown Source) 
&lt;BR /&gt; at java.text.SimpleDateFormat.&amp;lt;init&amp;gt;(Unknown Source) 
&lt;BR /&gt; at routines.TalendDate.compareDate(TalendDate.java:207) 
&lt;BR /&gt; at mon_sgsn.load_table_fact_blackberry3_0_1.load_table_fact_blackberry3.tMysqlInput_1Process(load_table_fact_blackberry3.java:3651) 
&lt;BR /&gt; ... 1 more 
&lt;BR /&gt;********************* 
&lt;BR /&gt; 
&lt;A href="http://imageshack.us/photo/my-images/580/job01y.jpg/" target="_blank" rel="nofollow noopener noreferrer"&gt;&lt;IMG src="https://community.qlik.com/" /&gt;&lt;/A&gt; 
&lt;BR /&gt;Uploaded with 
&lt;A href="http://imageshack.us" target="_blank" rel="nofollow noopener noreferrer"&gt;ImageShack.us&lt;/A&gt; 
&lt;BR /&gt; 
&lt;A href="http://imageshack.us/photo/my-images/846/job02.jpg/" target="_blank" rel="nofollow noopener noreferrer"&gt;&lt;IMG src="https://community.qlik.com/" /&gt;&lt;/A&gt; 
&lt;BR /&gt;Uploaded with 
&lt;A href="http://imageshack.us" target="_blank" rel="nofollow noopener noreferrer"&gt;ImageShack.us&lt;/A&gt; 
&lt;BR /&gt;I tried a lot of configurations oj JVM arguments: Xms128 Xmx768, 256 1024, 128 512...but I got the same problem! 
&lt;BR /&gt;Any suggestion???</description>
      <pubDate>Sat, 16 Nov 2024 12:40:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/problem-java-heap-space-taggregate/m-p/2354000#M120068</guid>
      <dc:creator>grimbeorn</dc:creator>
      <dc:date>2024-11-16T12:40:21Z</dc:date>
    </item>
    <item>
      <title>Re: problem java heap space - taggregate</title>
      <link>https://community.qlik.com/t5/Talend-Studio/problem-java-heap-space-taggregate/m-p/2354001#M120069</link>
      <description>The tAggregateRow and tSortRow both suffer from memory management issues when dealing with large data sets. If you are using a MySQL input straight to a tAggregateRow then just do the aggregation within the mysql query. BTW cant see the images, the links send me to a thumbnail.</description>
      <pubDate>Wed, 21 Sep 2011 21:26:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/problem-java-heap-space-taggregate/m-p/2354001#M120069</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-09-21T21:26:19Z</dc:date>
    </item>
    <item>
      <title>Re: problem java heap space - taggregate</title>
      <link>https://community.qlik.com/t5/Talend-Studio/problem-java-heap-space-taggregate/m-p/2354002#M120070</link>
      <description>sorry for the images, the preview was fine... I try again 
&lt;BR /&gt; 
&lt;IMG src="https://community.qlik.com/" /&gt; 
&lt;BR /&gt; 
&lt;IMG src="https://community.qlik.com/" /&gt; 
&lt;BR /&gt;What do you mean about doing the aggragation within the query? Changing manually the query within mysql input?</description>
      <pubDate>Fri, 23 Sep 2011 14:04:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/problem-java-heap-space-taggregate/m-p/2354002#M120070</guid>
      <dc:creator>grimbeorn</dc:creator>
      <dc:date>2011-09-23T14:04:47Z</dc:date>
    </item>
  </channel>
</rss>

