<?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: OutOfMemoryError: GC overhead limit exceeded in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/OutOfMemoryError-GC-overhead-limit-exceeded/m-p/2215933#M12151</link>
    <description>&lt;P&gt;hi&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;does the length of the field at the "edit schema" represent the number of bytes?&lt;/P&gt;
&lt;P&gt;what is the relation between xmx and xms?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 24 May 2017 12:02:03 GMT</pubDate>
    <dc:creator>Boof1977</dc:creator>
    <dc:date>2017-05-24T12:02:03Z</dc:date>
    <item>
      <title>OutOfMemoryError: GC overhead limit exceeded</title>
      <link>https://community.qlik.com/t5/Talend-Studio/OutOfMemoryError-GC-overhead-limit-exceeded/m-p/2215924#M12142</link>
      <description>&lt;P&gt;Hello&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;We have a problem with a job that failed because&amp;nbsp; of java.lang.OutOfMemoryError: GC overhead limit exceeded.&lt;/P&gt; 
&lt;P&gt;the job is reading 13 million records from oracle to thashoutput . I would like to know what cause this error .&lt;/P&gt; 
&lt;P&gt;I know that there is xmx and xms parameter but I dont realy know how should I config those parameter.&lt;/P&gt; 
&lt;P&gt;is there any legality for changing those parameters.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Tue, 23 May 2017 14:24:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/OutOfMemoryError-GC-overhead-limit-exceeded/m-p/2215924#M12142</guid>
      <dc:creator>Boof1977</dc:creator>
      <dc:date>2017-05-23T14:24:57Z</dc:date>
    </item>
    <item>
      <title>Re: OutOfMemoryError: GC overhead limit exceeded</title>
      <link>https://community.qlik.com/t5/Talend-Studio/OutOfMemoryError-GC-overhead-limit-exceeded/m-p/2215925#M12143</link>
      <description>&lt;BLOCKQUOTE&gt; 
 &lt;HR /&gt; 
 &lt;A href="https://community.qlik.com/s/profile/00539000005ZyClAAK"&gt;@Boof1977&lt;/A&gt; wrote: 
 &lt;BR /&gt; 
 &lt;P&gt;Hello&lt;/P&gt; 
 &lt;P&gt;&amp;nbsp;&lt;/P&gt; 
 &lt;P&gt;We have a problem ...I would like to know what cause this error .&lt;/P&gt; 
 &lt;P&gt;&amp;nbsp;&lt;/P&gt; 
 &lt;HR /&gt; 
&lt;/BLOCKQUOTE&gt; 
&lt;PRE&gt;the job is reading &lt;STRONG&gt;13 million records&lt;/STRONG&gt; from oracle to &lt;STRONG&gt;thashoutput&lt;/STRONG&gt;&lt;/PRE&gt; 
&lt;P&gt;if You want use memory for speedup Job - You must have this memory available for Talend&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;All depend from size of this 13M records (and not forget fro other part of Job)&lt;/P&gt; 
&lt;P&gt;default value 1024m, try with 4096 or b bigger if You have this memory free on Talend Machine&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;or stop use tHashInput it make work slower but less memory usage&lt;/P&gt;</description>
      <pubDate>Tue, 23 May 2017 21:29:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/OutOfMemoryError-GC-overhead-limit-exceeded/m-p/2215925#M12143</guid>
      <dc:creator>vapukov</dc:creator>
      <dc:date>2017-05-23T21:29:18Z</dc:date>
    </item>
    <item>
      <title>Re: OutOfMemoryError: GC overhead limit exceeded</title>
      <link>https://community.qlik.com/t5/Talend-Studio/OutOfMemoryError-GC-overhead-limit-exceeded/m-p/2215926#M12144</link>
      <description>&lt;P&gt;Hi&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Thanks for your answer. we have 65&amp;nbsp;GB memory ram at the Talend&amp;nbsp;Linux machine ,we execute the job from the studio on Linux server and we try to put&lt;/P&gt; 
&lt;P&gt;xmx 5G xms 15G but it failed.&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;a. how can I know how much memory the job will consume?&lt;/P&gt; 
&lt;P&gt;b. what should be the relation between xmx and xms and what exactly the purpose of &amp;nbsp;those&amp;nbsp; parameters?&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Thanks&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 24 May 2017 07:31:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/OutOfMemoryError-GC-overhead-limit-exceeded/m-p/2215926#M12144</guid>
      <dc:creator>Boof1977</dc:creator>
      <dc:date>2017-05-24T07:31:03Z</dc:date>
    </item>
    <item>
      <title>Re: OutOfMemoryError: GC overhead limit exceeded</title>
      <link>https://community.qlik.com/t5/Talend-Studio/OutOfMemoryError-GC-overhead-limit-exceeded/m-p/2215927#M12145</link>
      <description>&lt;P&gt;xms - minimum memory available for Java&lt;/P&gt;
&lt;P&gt;xmx - maximum&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You not provide enough information about Your Job:&lt;/P&gt;
&lt;P&gt;- what data structure?&lt;/P&gt;
&lt;P&gt;- what columns You try to load, and what really need for lookup?&lt;/P&gt;
&lt;P&gt;- what other data flows in Your Job?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;without information - it just guessing&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;13M * 1kb = 13Gb , 13M * 2kb = 26Gb&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;other question - why You try to lookup over so huge table right in Talend? may be best place for this - database.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Think about in memory lookup as point of failure,&lt;/P&gt;
&lt;P&gt;even if You fix problem now (just put xmx - 48000M, of course You have 64 bit JDK installed) ... but what You will do when next day it will be 20M of records?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 24 May 2017 07:47:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/OutOfMemoryError-GC-overhead-limit-exceeded/m-p/2215927#M12145</guid>
      <dc:creator>vapukov</dc:creator>
      <dc:date>2017-05-24T07:47:57Z</dc:date>
    </item>
    <item>
      <title>Re: OutOfMemoryError: GC overhead limit exceeded</title>
      <link>https://community.qlik.com/t5/Talend-Studio/OutOfMemoryError-GC-overhead-limit-exceeded/m-p/2215928#M12146</link>
      <description>&lt;P&gt;Hi&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I read that&amp;nbsp;"This component loads data to the cache memory to offer high-speed access, facilitating transactions involving &lt;STRONG&gt;a large amount of data&lt;/STRONG&gt;"&lt;/P&gt; 
&lt;P&gt;what does it mean large amount? is there any number?&lt;/P&gt; 
&lt;P&gt;how do I know when to use DB lookup or thash? what is prefer?&lt;/P&gt; 
&lt;P&gt;is there any way to calculate the memory the job will consume?&lt;/P&gt; 
&lt;P&gt;Thanks&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 24 May 2017 08:32:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/OutOfMemoryError-GC-overhead-limit-exceeded/m-p/2215928#M12146</guid>
      <dc:creator>Boof1977</dc:creator>
      <dc:date>2017-05-24T08:32:27Z</dc:date>
    </item>
    <item>
      <title>Re: OutOfMemoryError: GC overhead limit exceeded</title>
      <link>https://community.qlik.com/t5/Talend-Studio/OutOfMemoryError-GC-overhead-limit-exceeded/m-p/2215929#M12147</link>
      <description>&lt;P&gt;You never found 100% correct answer rather than - logic and try to guess &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;- what also run of this server?&lt;/P&gt; 
&lt;P&gt;- what real free memory, not used by file cache and other processes&lt;/P&gt; 
&lt;P&gt;- what other tasks You plan run in feature at same time with this&lt;/P&gt; 
&lt;P&gt;- etc, etc ,etc&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;it not possible to answer without&amp;nbsp;full information even on simple question - what is Your table structure?&lt;/P&gt; 
&lt;P&gt;very simple answer - SUM all columns lengths and multiply on 1.5 to be sure&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;13M * INT = 64Mb&lt;/P&gt; 
&lt;P&gt;13M * Long = 128Mb&lt;/P&gt; 
&lt;P&gt;13M * VARCHAR(512) = 6.5Gb (in worst case)&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt; 
&lt;P&gt;What prefer?&lt;/P&gt; 
&lt;P&gt;Also no single answer.&lt;/P&gt; 
&lt;P&gt;What size of main flow? what resources of database server? what must be final result?&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt; 
&lt;P&gt;Normally:&lt;/P&gt; 
&lt;P&gt;Hash - for small number of lookup data, which must be used more than in 1 tMap or lookup&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;even if You use lookup from database - Talend also will load all data into memory, in this case better to load data to database and make Lookup by SQL.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 24 May 2017 08:48:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/OutOfMemoryError-GC-overhead-limit-exceeded/m-p/2215929#M12147</guid>
      <dc:creator>vapukov</dc:creator>
      <dc:date>2017-05-24T08:48:28Z</dc:date>
    </item>
    <item>
      <title>Re: OutOfMemoryError: GC overhead limit exceeded</title>
      <link>https://community.qlik.com/t5/Talend-Studio/OutOfMemoryError-GC-overhead-limit-exceeded/m-p/2215930#M12148</link>
      <description>&lt;P&gt;Hi&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Regarading your first questions in the future it will be&amp;nbsp;hard to know because the consumption of the resources are something that dynamically change.&lt;/P&gt; 
&lt;P&gt;the only thing I can tell you for now is that its a new server that nothing is running on it .&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;can you please&amp;nbsp;explain again the calculation of&lt;/P&gt; 
&lt;P&gt;13M * INT = 64Mb&lt;/P&gt; 
&lt;P&gt;13M * Long = 128Mb&lt;/P&gt; 
&lt;P&gt;13M * VARCHAR(512) = 6.5Gb (in worst case)&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;for example if&amp;nbsp;I have a table with 5 columns&amp;nbsp;and 13 million record&amp;nbsp;:&lt;/P&gt; 
&lt;P&gt;column 1 - number&lt;/P&gt; 
&lt;P&gt;column 2 - varchar(20)&lt;/P&gt; 
&lt;P&gt;column 3 -&amp;nbsp;long&lt;/P&gt; 
&lt;P&gt;column 4&amp;nbsp;- varchar(20)&lt;/P&gt; 
&lt;P&gt;column 5 - Bigdecimal&lt;/P&gt; 
&lt;P&gt;a. what should be the result of the calculation?&lt;/P&gt; 
&lt;P&gt;b. what should I put at the xmx and xms and what is the relation between of them.&lt;/P&gt; 
&lt;P&gt;c. what is the different between the memory utilization of using DB lookup and thash?&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Thanks&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 24 May 2017 09:47:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/OutOfMemoryError-GC-overhead-limit-exceeded/m-p/2215930#M12148</guid>
      <dc:creator>Boof1977</dc:creator>
      <dc:date>2017-05-24T09:47:29Z</dc:date>
    </item>
    <item>
      <title>Re: OutOfMemoryError: GC overhead limit exceeded</title>
      <link>https://community.qlik.com/t5/Talend-Studio/OutOfMemoryError-GC-overhead-limit-exceeded/m-p/2215931#M12149</link>
      <description>&lt;P&gt;number - 20bytes&lt;/P&gt; 
&lt;P&gt;varchar(20) - for UTF-8 2x2x20 = 80bytes, could be more&lt;/P&gt; 
&lt;P&gt;big decimal -&amp;nbsp;4bytes&lt;/P&gt; 
&lt;P&gt;long - 8bytes&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;total 20+80+4+8=112bytes per row == 1.5Gb,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;but this is only for Hash, and if talend not add something, so better to take approximate 2Gb,&amp;nbsp;and You have other part of Job&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;if server empty - start from biggest and reduce till not stop work&lt;/P&gt;</description>
      <pubDate>Wed, 24 May 2017 10:31:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/OutOfMemoryError-GC-overhead-limit-exceeded/m-p/2215931#M12149</guid>
      <dc:creator>vapukov</dc:creator>
      <dc:date>2017-05-24T10:31:17Z</dc:date>
    </item>
    <item>
      <title>Re: OutOfMemoryError: GC overhead limit exceeded</title>
      <link>https://community.qlik.com/t5/Talend-Studio/OutOfMemoryError-GC-overhead-limit-exceeded/m-p/2215932#M12150</link>
      <description>&lt;BLOCKQUOTE&gt; 
 &lt;HR /&gt; 
 &lt;A href="https://community.qlik.com/s/profile/00539000005ZyClAAK"&gt;@Boof1977&lt;/A&gt; wrote: 
 &lt;BR /&gt; 
 &lt;P&gt;Hi&lt;/P&gt; 
 &lt;P&gt;&amp;nbsp;&lt;/P&gt; 
 &lt;P&gt;&amp;nbsp;&lt;/P&gt; 
 &lt;P&gt;c. what is the different between the memory utilization of using DB lookup and thash?&lt;/P&gt; 
 &lt;P&gt;&amp;nbsp;&lt;/P&gt; 
 &lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;/BLOCKQUOTE&gt; 
&lt;P&gt;DB Lookup in Talend will load data every time when You se this table for Lookup. From this point of view Hash look more effective - load once, use in 10 tMap after. But I mean operation in database - if source and target on same server, filter first by query, than load to Talend. If different - load all to target or staging server and then filter by SQL queries again. Databases (most of them) - designed for work with data many times bigger than memory.&lt;/P&gt;</description>
      <pubDate>Wed, 24 May 2017 10:36:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/OutOfMemoryError-GC-overhead-limit-exceeded/m-p/2215932#M12150</guid>
      <dc:creator>vapukov</dc:creator>
      <dc:date>2017-05-24T10:36:10Z</dc:date>
    </item>
    <item>
      <title>Re: OutOfMemoryError: GC overhead limit exceeded</title>
      <link>https://community.qlik.com/t5/Talend-Studio/OutOfMemoryError-GC-overhead-limit-exceeded/m-p/2215933#M12151</link>
      <description>&lt;P&gt;hi&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;does the length of the field at the "edit schema" represent the number of bytes?&lt;/P&gt;
&lt;P&gt;what is the relation between xmx and xms?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 24 May 2017 12:02:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/OutOfMemoryError-GC-overhead-limit-exceeded/m-p/2215933#M12151</guid>
      <dc:creator>Boof1977</dc:creator>
      <dc:date>2017-05-24T12:02:03Z</dc:date>
    </item>
    <item>
      <title>Re: OutOfMemoryError: GC overhead limit exceeded</title>
      <link>https://community.qlik.com/t5/Talend-Studio/OutOfMemoryError-GC-overhead-limit-exceeded/m-p/2215934#M12152</link>
      <description>&lt;BLOCKQUOTE&gt; 
 &lt;HR /&gt; 
 &lt;A href="https://community.qlik.com/s/profile/00539000005ZyClAAK"&gt;@Boof1977&lt;/A&gt; wrote: 
 &lt;BR /&gt; 
 &lt;P&gt;&amp;nbsp;&lt;/P&gt; 
 &lt;P&gt;what is the relation between xmx and xms?&lt;/P&gt; 
 &lt;P&gt;&amp;nbsp;&lt;/P&gt; 
 &lt;HR /&gt; 
&lt;/BLOCKQUOTE&gt; 
&lt;P&gt;You ask me - what relations between minimum value and maximum value? &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt; 
&lt;P&gt;&lt;STRONG&gt;second - is bigger&lt;/STRONG&gt; &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Sorry for humour, but - really what are You try to ask?&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;A href="https://stackoverflow.com/questions/14763079/what-are-the-xms-and-xmx-parameters-when-starting-jvms" target="_self" rel="nofollow noopener noreferrer"&gt;https://stackoverflow.com/questions/14763079/what-are-the-xms-and-xmx-parameters-when-starting-jvms&lt;/A&gt;&lt;/P&gt; 
&lt;P&gt;&lt;A href="https://docs.oracle.com/cd/E15523_01/web.1111/e13814/jvm_tuning.htm#PERFM150" target="_self" rel="nofollow noopener noreferrer"&gt;https://docs.oracle.com/cd/E15523_01/web.1111/e13814/jvm_tuning.htm#PERFM150&lt;/A&gt;&lt;/P&gt; 
&lt;P&gt;&lt;A href="https://www.ibm.com/support/knowledgecenter/SSYKE2_7.0.0/com.ibm.java.lnx.70.doc/diag/appendixes/cmdline/xmx.html" target="_self" rel="nofollow noopener noreferrer"&gt;https://www.ibm.com/support/knowledgecenter/SSYKE2_7.0.0/com.ibm.java.lnx.70.doc/diag/appendixes/cmdline/xmx.html&lt;/A&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;BLOCKQUOTE&gt; 
 &lt;HR /&gt; 
 &lt;P&gt;does the length of the field at the "edit schema" represent the number of bytes?&lt;/P&gt; 
 &lt;P&gt;&amp;nbsp;&lt;/P&gt; 
 &lt;HR /&gt; 
&lt;/BLOCKQUOTE&gt; 
&lt;P&gt;do not know - may be, not sure. in any case - minimum size already calculated on previous answers ... and this is &lt;STRONG&gt;only for Hash&lt;/STRONG&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I try to explain You simple idea - something could be wrong in Job design, may be in idea of Job&lt;/P&gt; 
&lt;P&gt;Think different&lt;/P&gt;</description>
      <pubDate>Wed, 24 May 2017 12:21:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/OutOfMemoryError-GC-overhead-limit-exceeded/m-p/2215934#M12152</guid>
      <dc:creator>vapukov</dc:creator>
      <dc:date>2017-05-24T12:21:50Z</dc:date>
    </item>
    <item>
      <title>Re: OutOfMemoryError: GC overhead limit exceeded</title>
      <link>https://community.qlik.com/t5/Talend-Studio/OutOfMemoryError-GC-overhead-limit-exceeded/m-p/2215935#M12153</link>
      <description>&lt;P&gt;regarding the humour &lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MACn.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/154443iC5B8CACEF3D12C6A/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MACn.png" alt="0683p000009MACn.png" /&gt;&lt;/span&gt; I ment ,does the maximum value is need to be twice bigger or maybe fourth bigger from the min value&amp;nbsp;? is there any rule of how much bigger should it be?&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;do you have any useful &amp;nbsp;link I&amp;nbsp;can&amp;nbsp;see the&amp;nbsp;size of the types you wrote (number = 20 bytes&amp;nbsp;)&lt;/P&gt; 
&lt;P&gt;you wrote "... and this is &lt;STRONG&gt;only for Hash" -&amp;nbsp;&amp;nbsp; &lt;/STRONG&gt;can you explain?&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Thnks&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 24 May 2017 12:43:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/OutOfMemoryError-GC-overhead-limit-exceeded/m-p/2215935#M12153</guid>
      <dc:creator>Boof1977</dc:creator>
      <dc:date>2017-05-24T12:43:19Z</dc:date>
    </item>
    <item>
      <title>Re: OutOfMemoryError: GC overhead limit exceeded</title>
      <link>https://community.qlik.com/t5/Talend-Studio/OutOfMemoryError-GC-overhead-limit-exceeded/m-p/2215936#M12154</link>
      <description>&lt;BLOCKQUOTE&gt; 
 &lt;HR /&gt; 
 &lt;A href="https://community.qlik.com/s/profile/00539000005ZyClAAK"&gt;@Boof1977&lt;/A&gt; wrote: 
 &lt;BR /&gt; 
 &lt;P&gt;&amp;nbsp;&lt;/P&gt; 
 &lt;P&gt;do you have any useful &amp;nbsp;link I&amp;nbsp;can&amp;nbsp;see the&amp;nbsp;size of the types you wrote (number = 20 bytes&amp;nbsp;)&lt;/P&gt; 
 &lt;P&gt;&amp;nbsp;&lt;/P&gt; 
 &lt;HR /&gt; 
&lt;/BLOCKQUOTE&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Google and Oracle Docs &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt; 
&lt;P&gt;&lt;A href="https://stackoverflow.com/questions/24240087/oracle-numberp-storage-size" target="_self" rel="nofollow noopener noreferrer"&gt;https://stackoverflow.com/questions/24240087/oracle-numberp-storage-size&lt;/A&gt;&lt;/P&gt; 
&lt;P&gt;&lt;A href="https://asktom.oracle.com/pls/asktom/f?p=100:11:0::::P11_QUESTION_ID:1856720300346322149" target="_self" rel="nofollow noopener noreferrer"&gt;https://asktom.oracle.com/pls/asktom/f?p=100:11:0:::&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MAB6.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/158321i00588DF41617C922/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MAB6.png" alt="0683p000009MAB6.png" /&gt;&lt;/span&gt;11_QUESTION_ID:1856720300346322149&lt;/A&gt;&lt;/P&gt; 
&lt;P&gt;&lt;A href="https://docs.oracle.com/cd/B28359_01/server.111/b28318/datatype.htm#CNCPT1824" target="_self" rel="nofollow noopener noreferrer"&gt;https://docs.oracle.com/cd/B28359_01/server.111/b28318/datatype.htm#CNCPT1824&lt;/A&gt;&lt;/P&gt; 
&lt;P&gt;&lt;A href="https://docs.oracle.com/cd/B19306_01/server.102/b14237/limits001.htm#i287903" target="_self" rel="nofollow noopener noreferrer"&gt;https://docs.oracle.com/cd/B19306_01/server.102/b14237/limits001.htm#i287903&lt;/A&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;You not provide full information, so all about 20 - is just guessing&lt;/P&gt; 
&lt;P&gt;is it NUMBER(38) or NUMBER(2) - ?!!&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;tHASHInput - must store all data in memory for feature use&lt;/P&gt; 
&lt;P&gt;Dose&amp;nbsp;talend also must have some memory to manage this data?&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;for example You have flow with another 100M rows and want split it to Matched and rejected ... dose Talend need any memory for make this?&lt;/P&gt; 
&lt;P&gt;Dose Your Job have only 1 component - tHASHInput and nothing more? Dose Talend need memory for this components as well? Because memory used for Hash - not released until Your Job not finished&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;You just describe the error message ... and nothing more&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 24 May 2017 13:00:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/OutOfMemoryError-GC-overhead-limit-exceeded/m-p/2215936#M12154</guid>
      <dc:creator>vapukov</dc:creator>
      <dc:date>2017-05-24T13:00:33Z</dc:date>
    </item>
    <item>
      <title>Re: OutOfMemoryError: GC overhead limit exceeded</title>
      <link>https://community.qlik.com/t5/Talend-Studio/OutOfMemoryError-GC-overhead-limit-exceeded/m-p/2215937#M12155</link>
      <description>&lt;P&gt;Thank for your help.&lt;/P&gt;</description>
      <pubDate>Sun, 18 Jun 2017 10:08:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/OutOfMemoryError-GC-overhead-limit-exceeded/m-p/2215937#M12155</guid>
      <dc:creator>Boof1977</dc:creator>
      <dc:date>2017-06-18T10:08:18Z</dc:date>
    </item>
    <item>
      <title>Re: OutOfMemoryError: GC overhead limit exceeded</title>
      <link>https://community.qlik.com/t5/Talend-Studio/OutOfMemoryError-GC-overhead-limit-exceeded/m-p/2215938#M12156</link>
      <description>&lt;P&gt;Hello Boof 1977,&lt;/P&gt; 
&lt;DIV class="lia-message-author-with-avatar"&gt;
 &lt;SPAN class="UserName lia-user-name lia-user-rank-Five-Stars lia-component-message-view-widget-author-username"&gt;&lt;A id="link_7" class="lia-link-navigation lia-page-link lia-user-name-link" href="https://community.qlik.com/s/profile/00539000005ZyClAAK" target="_self"&gt;&lt;/A&gt; &lt;/SPAN&gt;
&lt;/DIV&gt; 
&lt;DIV class="lia-message-author-with-avatar"&gt;
 &amp;nbsp;
&lt;/DIV&gt; 
&lt;DIV class="lia-message-author-with-avatar"&gt;
 &lt;SPAN class="UserName lia-user-name lia-user-rank-Five-Stars lia-component-message-view-widget-author-username"&gt;&lt;SPAN class=""&gt;Can we consider your issue as resolved?&lt;/SPAN&gt;&lt;/SPAN&gt;
&lt;/DIV&gt; 
&lt;DIV class="lia-message-author-with-avatar"&gt;
 &amp;nbsp;
&lt;/DIV&gt; 
&lt;DIV class="lia-message-author-with-avatar"&gt;
 &amp;nbsp;
&lt;/DIV&gt; 
&lt;DIV class="lia-message-author-with-avatar"&gt;
 &amp;nbsp;
&lt;/DIV&gt; 
&lt;DIV class="lia-message-author-with-avatar"&gt;
 &amp;nbsp;
&lt;/DIV&gt; 
&lt;DIV class="lia-message-author-with-avatar"&gt;
 &lt;SPAN class="UserName lia-user-name lia-user-rank-Five-Stars lia-component-message-view-widget-author-username"&gt;&lt;SPAN class=""&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;
&lt;/DIV&gt; 
&lt;DIV class="lia-message-author-with-avatar"&gt;
 &amp;nbsp;
&lt;/DIV&gt; 
&lt;DIV class="lia-message-author-with-avatar"&gt;
 &amp;nbsp;
&lt;/DIV&gt; 
&lt;DIV class="lia-message-author-with-avatar"&gt;
 &amp;nbsp;
&lt;/DIV&gt; 
&lt;DIV class="lia-message-author-with-avatar"&gt;
 &lt;SPAN class="UserName lia-user-name lia-user-rank-Five-Stars lia-component-message-view-widget-author-username"&gt;&lt;SPAN class=""&gt;Best regards&lt;/SPAN&gt;&lt;/SPAN&gt;
&lt;/DIV&gt; 
&lt;DIV class="lia-message-author-with-avatar"&gt;
 &lt;SPAN class="UserName lia-user-name lia-user-rank-Five-Stars lia-component-message-view-widget-author-username"&gt;&lt;SPAN class=""&gt;&amp;nbsp; Sabrina&lt;/SPAN&gt;&lt;/SPAN&gt;
&lt;/DIV&gt;</description>
      <pubDate>Mon, 19 Jun 2017 04:48:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/OutOfMemoryError-GC-overhead-limit-exceeded/m-p/2215938#M12156</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-06-19T04:48:59Z</dc:date>
    </item>
  </channel>
</rss>

