<?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 java.lang.OutOfMemoryError Error in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Java-java-lang-OutOfMemoryError-Error/m-p/2241489#M28621</link>
    <description>What's the settings in your .ini file?&lt;BR /&gt;-vmargs&lt;BR /&gt;-Xms40m&lt;BR /&gt;-Xmx500m&lt;BR /&gt;-XX:MaxPermSize=128m&lt;BR /&gt;Bluesin</description>
    <pubDate>Thu, 29 Jan 2009 23:54:57 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2009-01-29T23:54:57Z</dc:date>
    <item>
      <title>Java java.lang.OutOfMemoryError Error</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Java-java-lang-OutOfMemoryError-Error/m-p/2241483#M28615</link>
      <description>I'm getting the following exception while running my job. The job is simple... it takes two inputs (from tPostgreSQLInput components) through a tMap. The result is stored as a delimted TXT file. Where should I be looking to rectify this? Our admin has stated that he has already given the Java VM the max allocation of memory. 
&lt;BR /&gt;### Job STARTED at 2009/01/22 12:13:25 (jobId=lrpusmu3, jobExecutionId=2hSY6uaM) ### 
&lt;BR /&gt;Exception in thread "main" java.lang.OutOfMemoryError: Java heap space 
&lt;BR /&gt;at java.lang.String.replace(String.java:1879) 
&lt;BR /&gt;at java.net.URLClassLoader$1.run(URLClassLoader.java:191) 
&lt;BR /&gt;at java.security.AccessController.doPrivileged(Native Method) 
&lt;BR /&gt;at java.net.URLClassLoader.findClass(URLClassLoader.java:188) 
&lt;BR /&gt;at java.lang.ClassLoader.loadClass(ClassLoader.java:306) 
&lt;BR /&gt;at java.lang.ClassLoader.loadClass(ClassLoader.java:299) 
&lt;BR /&gt;at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:268) 
&lt;BR /&gt;at java.lang.ClassLoader.loadClass(ClassLoader.java:251) 
&lt;BR /&gt;at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:319) 
&lt;BR /&gt;at org.postgresql.core.v3.QueryExecutorImpl.processResults(QueryExecutorImpl.java:1309) 
&lt;BR /&gt;at org.postgresql.core.v3.QueryExecutorImpl.execute(QueryExecutorImpl.java:192) 
&lt;BR /&gt;at org.postgresql.jdbc2.AbstractJdbc2Statement.execute(AbstractJdbc2Statement.java:451) 
&lt;BR /&gt;at org.postgresql.jdbc2.AbstractJdbc2Statement.executeWithFlags(AbstractJdbc2Statement.java:336) 
&lt;BR /&gt;at org.postgresql.jdbc2.AbstractJdbc2Statement.executeQuery(AbstractJdbc2Statement.java:235) 
&lt;BR /&gt;at dataextraction.partmaster_0_2.PartMaster.tPostgresqlInput_1Process(PartMaster.java:3361) 
&lt;BR /&gt;at dataextraction.partmaster_0_2.PartMaster.runJobInTOS(PartMaster.java:5611) 
&lt;BR /&gt;at dataextraction.partmaster_0_2.PartMaster.main(PartMaster.java:5491) 
&lt;BR /&gt;### Job ENDED WITH ERROR at 2009/01/22 12:14:51 (jobId=lrpusmu3, jobExecutionId=2hSY6uaM) ###</description>
      <pubDate>Sat, 16 Nov 2024 14:05:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Java-java-lang-OutOfMemoryError-Error/m-p/2241483#M28615</guid>
      <dc:creator>AndyBrown</dc:creator>
      <dc:date>2024-11-16T14:05:37Z</dc:date>
    </item>
    <item>
      <title>Re: Java java.lang.OutOfMemoryError Error</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Java-java-lang-OutOfMemoryError-Error/m-p/2241484#M28616</link>
      <description>you might try using the "Enable stream" option on your main row to your tmap. This can be found under "Advanced settings".
&lt;BR /&gt;Lookup tables will need to be loaded into memory.
&lt;BR /&gt;
&lt;BR /&gt;edit for clarification.</description>
      <pubDate>Thu, 22 Jan 2009 20:31:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Java-java-lang-OutOfMemoryError-Error/m-p/2241484#M28616</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-01-22T20:31:20Z</dc:date>
    </item>
    <item>
      <title>Re: Java java.lang.OutOfMemoryError Error</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Java-java-lang-OutOfMemoryError-Error/m-p/2241485#M28617</link>
      <description>I may be missing something, but my MAIN row tPostgreSQLInput component only has the settings: "Use Cursor", "Trim all the String/Char columns", and "tStatCatcher Statistics" options under Advanced Options. I'm using version 2.4.1. Was the Enable Stream option introduced after that?</description>
      <pubDate>Thu, 22 Jan 2009 20:42:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Java-java-lang-OutOfMemoryError-Error/m-p/2241485#M28617</guid>
      <dc:creator>AndyBrown</dc:creator>
      <dc:date>2009-01-22T20:42:20Z</dc:date>
    </item>
    <item>
      <title>Re: Java java.lang.OutOfMemoryError Error</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Java-java-lang-OutOfMemoryError-Error/m-p/2241486#M28618</link>
      <description>"Enable stream" is the MySQL equivalent of Postgres "Enable Cursor"
&lt;BR /&gt;Checking this option in your component should help you to reduce memory consuption on the main input.
&lt;BR /&gt;This is not the only solution but it can be done as a first try.
&lt;BR /&gt;
&lt;BR /&gt;Inyour lookup do you load all the columns of your table or did you select only the really required columns ?
&lt;BR /&gt;HTH,</description>
      <pubDate>Thu, 22 Jan 2009 22:57:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Java-java-lang-OutOfMemoryError-Error/m-p/2241486#M28618</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-01-22T22:57:25Z</dc:date>
    </item>
    <item>
      <title>Re: Java java.lang.OutOfMemoryError Error</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Java-java-lang-OutOfMemoryError-Error/m-p/2241487#M28619</link>
      <description>Ok. On my MAIN row tPostgreSQLInput, I checked the "Use Cursor" option and left the value at "1000". I'm still getting the same exception.</description>
      <pubDate>Fri, 23 Jan 2009 16:23:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Java-java-lang-OutOfMemoryError-Error/m-p/2241487#M28619</guid>
      <dc:creator>AndyBrown</dc:creator>
      <dc:date>2009-01-23T16:23:21Z</dc:date>
    </item>
    <item>
      <title>Re: Java java.lang.OutOfMemoryError Error</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Java-java-lang-OutOfMemoryError-Error/m-p/2241488#M28620</link>
      <description>What would the other things I can try to eliminate this exception? Here's what we've done thusfar:
&lt;BR /&gt;1) Allocated 2GB of memory to the Java VM
&lt;BR /&gt;2) Checked the "Use Cursor" option (with a setting of 10,000) on the largest database input table (which was the MAIN row into the tMap)
&lt;BR /&gt;Thanks.</description>
      <pubDate>Thu, 29 Jan 2009 23:37:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Java-java-lang-OutOfMemoryError-Error/m-p/2241488#M28620</guid>
      <dc:creator>AndyBrown</dc:creator>
      <dc:date>2009-01-29T23:37:35Z</dc:date>
    </item>
    <item>
      <title>Re: Java java.lang.OutOfMemoryError Error</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Java-java-lang-OutOfMemoryError-Error/m-p/2241489#M28621</link>
      <description>What's the settings in your .ini file?&lt;BR /&gt;-vmargs&lt;BR /&gt;-Xms40m&lt;BR /&gt;-Xmx500m&lt;BR /&gt;-XX:MaxPermSize=128m&lt;BR /&gt;Bluesin</description>
      <pubDate>Thu, 29 Jan 2009 23:54:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Java-java-lang-OutOfMemoryError-Error/m-p/2241489#M28621</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-01-29T23:54:57Z</dc:date>
    </item>
    <item>
      <title>Re: Java java.lang.OutOfMemoryError Error</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Java-java-lang-OutOfMemoryError-Error/m-p/2241490#M28622</link>
      <description>The settings are exactly as you show... 
&lt;BR /&gt;-vmargs
&lt;BR /&gt;-Xms40m
&lt;BR /&gt;-Xmx500m
&lt;BR /&gt;-XX:MaxPermSize=128m
&lt;BR /&gt;The file is TISPE-linux-gtk-x86.ini
&lt;BR /&gt;Thanks.</description>
      <pubDate>Fri, 30 Jan 2009 17:36:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Java-java-lang-OutOfMemoryError-Error/m-p/2241490#M28622</guid>
      <dc:creator>AndyBrown</dc:creator>
      <dc:date>2009-01-30T17:36:01Z</dc:date>
    </item>
    <item>
      <title>Re: Java java.lang.OutOfMemoryError Error</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Java-java-lang-OutOfMemoryError-Error/m-p/2241491#M28623</link>
      <description>you might try tweaking the Xmx500m value to a little higher.
&lt;BR /&gt;Also, removing unused columns from the schema can help reduce memory consumption.</description>
      <pubDate>Fri, 30 Jan 2009 17:54:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Java-java-lang-OutOfMemoryError-Error/m-p/2241491#M28623</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-01-30T17:54:17Z</dc:date>
    </item>
    <item>
      <title>Re: Java java.lang.OutOfMemoryError Error</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Java-java-lang-OutOfMemoryError-Error/m-p/2241492#M28624</link>
      <description>It looks like bumping the config and specifying the exact columns I needed (instead of SELECT *) did the trick. Thanks.</description>
      <pubDate>Fri, 30 Jan 2009 21:50:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Java-java-lang-OutOfMemoryError-Error/m-p/2241492#M28624</guid>
      <dc:creator>AndyBrown</dc:creator>
      <dc:date>2009-01-30T21:50:22Z</dc:date>
    </item>
  </channel>
</rss>

