<?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 Clean data in memory when a job ends in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Clean-data-in-memory-when-a-job-ends/m-p/2280565#M55378</link>
    <description>I'm heaving memory problems when I run some jobs from Eclipse (on JBoss server). 
&lt;BR /&gt;When a job ends, the data that was being saved in memory is deleted, and is the memory released? 
&lt;BR /&gt;The error I'm getting is: 
&lt;BR /&gt;2014-02-25 09:51:14,780 ERROR (Thread-2 (group:HornetQ-client-global-threads-255292421)) javax.ejb.EJBTransactionRolledbackException: Unexpected Error 
&lt;BR /&gt;java.lang.OutOfMemoryError: unable to create new native thread 
&lt;BR /&gt; at java.lang.Thread.start0(Native Method) 
&lt;BR /&gt; at java.lang.Thread.start(Thread.java:640) 
&lt;BR /&gt; at test_di.job_0_1.job.runJobInTOS(job.java:4586) 
&lt;BR /&gt; at test_di.job_0_1.job.runJob(job.java:4350) 
&lt;BR /&gt; at test_di.job_0_1.job.tRunJob_2Process(job.java:674) 
&lt;BR /&gt; at test_di.job_0_1.job.tRunJob_1Process(job.java:533) 
&lt;BR /&gt; at test_di.job_0_1.job.runJobInTOS(job.java:1050) 
&lt;BR /&gt; at test_di.job_0_1.job.runJob(job.java:914) 
&lt;BR /&gt; at pt.ptinovacao.agorang.qoscollector.RunJob.execute(RunJob.java:34) 
&lt;BR /&gt; at pt.ptinovacao.agorang.qoscollector.QueueListenerMDB.onMessage(QueueListenerMDB.java:122) 
&lt;BR /&gt; at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 
&lt;BR /&gt; at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) 
&lt;BR /&gt; at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) 
&lt;BR /&gt; at java.lang.reflect.Method.invoke(Method.java:597) 
&lt;BR /&gt; at org.jboss.aop.joinpoint.MethodInvocation.invokeTarget(MethodInvocation.java:122) 
&lt;BR /&gt; at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:111) 
&lt;BR /&gt; at org.jboss.ejb3.EJBContainerInvocationWrapper.invokeNext(EJBContainerInvocationWrapper.java:69) 
&lt;BR /&gt; at org.jboss.ejb3.interceptors.aop.InterceptorSequencer.invoke(InterceptorSequencer.java:76) 
&lt;BR /&gt; at org.jboss.ejb3.interceptors.aop.InterceptorSequencer.aroundInvoke(InterceptorSequencer.java:62) 
&lt;BR /&gt; at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 
&lt;BR /&gt; at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) 
&lt;BR /&gt; at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) 
&lt;BR /&gt; at java.lang.reflect.Method.invoke(Method.java:597) 
&lt;BR /&gt; at org.jboss.aop.advice.PerJoinpointAdvice.invoke(PerJoinpointAdvice.java:174) 
&lt;BR /&gt; at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) 
&lt;BR /&gt; at org.jboss.ejb3.interceptors.aop.InvocationContextInterceptor.fillMethod(InvocationContextInterceptor.java:72) 
&lt;BR /&gt; at org.jboss.aop.advice.org.jboss.ejb3.interceptors.aop.InvocationContextInterceptor_z_fillMethod_1575744261.invoke(InvocationContextInterceptor_z_fillMethod_1575744261.java) 
&lt;BR /&gt; at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) 
&lt;BR /&gt; at org.jboss.ejb3.interceptors.aop.InvocationContextInterceptor.setup(InvocationContextInterceptor.java:88) 
&lt;BR /&gt; at org.jboss.aop.advice.org.jboss.ejb3.interceptors.aop.InvocationContextInterceptor_z_setup_1575744261.invoke(InvocationContextInterceptor_z_setup_1575744261.java) 
&lt;BR /&gt; at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) 
&lt;BR /&gt; at org.jboss.ejb3.connectionmanager.CachedConnectionInterceptor.invoke(CachedConnectionInterceptor.java:62) 
&lt;BR /&gt; at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) 
&lt;BR /&gt; at org.jboss.ejb3.entity.TransactionScopedEntityManagerInterceptor.invoke(TransactionScopedEntityManagerInterceptor.java:56) 
&lt;BR /&gt; at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) 
&lt;BR /&gt; at org.jboss.ejb3.AllowedOperationsInterceptor.invoke(AllowedOperationsInterceptor.java:47) 
&lt;BR /&gt; at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) 
&lt;BR /&gt; at org.jboss.ejb3.tx.NullInterceptor.invoke(NullInterceptor.java:42) 
&lt;BR /&gt; at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) 
&lt;BR /&gt; at org.jboss.ejb3.stateless.StatelessInstanceInterceptor.invoke(StatelessInstanceInterceptor.java:68) 
&lt;BR /&gt; at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) 
&lt;BR /&gt; at org.jboss.aspects.tx.TxPolicy.invokeInCallerTx(TxPolicy.java:126) 
&lt;BR /&gt; at org.jboss.aspects.tx.TxInterceptor$Required.invoke(TxInterceptor.java:194) 
&lt;BR /&gt; at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) 
&lt;BR /&gt; at org.jboss.ejb3.tx.NullInterceptor.invoke(NullInterceptor.java:42) 
&lt;BR /&gt; at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) 
&lt;BR /&gt; at org.jboss.ejb3.security.Ejb3AuthenticationInterceptorv2.invoke(Ejb3AuthenticationInterceptorv2.java:80) 
&lt;BR /&gt; at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) 
&lt;BR /&gt; at org.jboss.ejb3.BlockContainerShutdownInterceptor.invoke(BlockContainerShutdownInterceptor.java:67) 
&lt;BR /&gt; at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) 
&lt;BR /&gt; at org.jboss.aspects.currentinvocation.CurrentInvocationInterceptor.invoke(CurrentInvocationInterceptor.java:67) 
&lt;BR /&gt; at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) 
&lt;BR /&gt; at org.jboss.ejb3.interceptor.EJB3TCCLInterceptor.invoke(EJB3TCCLInterceptor.java:86) 
&lt;BR /&gt; at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) 
&lt;BR /&gt; at org.jboss.ejb3.mdb.MessagingContainer.localInvoke(MessagingContainer.java:282) 
&lt;BR /&gt; at org.jboss.ejb3.mdb.inflow.MessageInflowLocalProxy.delivery(MessageInflowLocalProxy.java:299) 
&lt;BR /&gt; at org.jboss.ejb3.mdb.inflow.MessageInflowLocalProxy.invoke(MessageInflowLocalProxy.java:152) 
&lt;BR /&gt; at $Proxy313.onMessage(Unknown Source) 
&lt;BR /&gt; at org.hornetq.ra.inflow.HornetQMessageHandler.onMessage(HornetQMessageHandler.java:256) 
&lt;BR /&gt; at org.hornetq.core.client.impl.ClientConsumerImpl.callOnMessage(ClientConsumerImpl.java:822) 
&lt;BR /&gt; at org.hornetq.core.client.impl.ClientConsumerImpl.access$100(ClientConsumerImpl.java:46) 
&lt;BR /&gt; at org.hornetq.core.client.impl.ClientConsumerImpl$Runner.run(ClientConsumerImpl.java:940) 
&lt;BR /&gt; at org.hornetq.utils.OrderedExecutorFactory$OrderedExecutor$1.run(OrderedExecutorFactory.java:100) 
&lt;BR /&gt; at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886) 
&lt;BR /&gt; at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908) 
&lt;BR /&gt; at java.lang.Thread.run(Thread.java:662)</description>
    <pubDate>Tue, 25 Feb 2014 11:14:24 GMT</pubDate>
    <dc:creator>_AnonymousUser</dc:creator>
    <dc:date>2014-02-25T11:14:24Z</dc:date>
    <item>
      <title>Clean data in memory when a job ends</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Clean-data-in-memory-when-a-job-ends/m-p/2280565#M55378</link>
      <description>I'm heaving memory problems when I run some jobs from Eclipse (on JBoss server). 
&lt;BR /&gt;When a job ends, the data that was being saved in memory is deleted, and is the memory released? 
&lt;BR /&gt;The error I'm getting is: 
&lt;BR /&gt;2014-02-25 09:51:14,780 ERROR (Thread-2 (group:HornetQ-client-global-threads-255292421)) javax.ejb.EJBTransactionRolledbackException: Unexpected Error 
&lt;BR /&gt;java.lang.OutOfMemoryError: unable to create new native thread 
&lt;BR /&gt; at java.lang.Thread.start0(Native Method) 
&lt;BR /&gt; at java.lang.Thread.start(Thread.java:640) 
&lt;BR /&gt; at test_di.job_0_1.job.runJobInTOS(job.java:4586) 
&lt;BR /&gt; at test_di.job_0_1.job.runJob(job.java:4350) 
&lt;BR /&gt; at test_di.job_0_1.job.tRunJob_2Process(job.java:674) 
&lt;BR /&gt; at test_di.job_0_1.job.tRunJob_1Process(job.java:533) 
&lt;BR /&gt; at test_di.job_0_1.job.runJobInTOS(job.java:1050) 
&lt;BR /&gt; at test_di.job_0_1.job.runJob(job.java:914) 
&lt;BR /&gt; at pt.ptinovacao.agorang.qoscollector.RunJob.execute(RunJob.java:34) 
&lt;BR /&gt; at pt.ptinovacao.agorang.qoscollector.QueueListenerMDB.onMessage(QueueListenerMDB.java:122) 
&lt;BR /&gt; at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 
&lt;BR /&gt; at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) 
&lt;BR /&gt; at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) 
&lt;BR /&gt; at java.lang.reflect.Method.invoke(Method.java:597) 
&lt;BR /&gt; at org.jboss.aop.joinpoint.MethodInvocation.invokeTarget(MethodInvocation.java:122) 
&lt;BR /&gt; at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:111) 
&lt;BR /&gt; at org.jboss.ejb3.EJBContainerInvocationWrapper.invokeNext(EJBContainerInvocationWrapper.java:69) 
&lt;BR /&gt; at org.jboss.ejb3.interceptors.aop.InterceptorSequencer.invoke(InterceptorSequencer.java:76) 
&lt;BR /&gt; at org.jboss.ejb3.interceptors.aop.InterceptorSequencer.aroundInvoke(InterceptorSequencer.java:62) 
&lt;BR /&gt; at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 
&lt;BR /&gt; at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) 
&lt;BR /&gt; at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) 
&lt;BR /&gt; at java.lang.reflect.Method.invoke(Method.java:597) 
&lt;BR /&gt; at org.jboss.aop.advice.PerJoinpointAdvice.invoke(PerJoinpointAdvice.java:174) 
&lt;BR /&gt; at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) 
&lt;BR /&gt; at org.jboss.ejb3.interceptors.aop.InvocationContextInterceptor.fillMethod(InvocationContextInterceptor.java:72) 
&lt;BR /&gt; at org.jboss.aop.advice.org.jboss.ejb3.interceptors.aop.InvocationContextInterceptor_z_fillMethod_1575744261.invoke(InvocationContextInterceptor_z_fillMethod_1575744261.java) 
&lt;BR /&gt; at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) 
&lt;BR /&gt; at org.jboss.ejb3.interceptors.aop.InvocationContextInterceptor.setup(InvocationContextInterceptor.java:88) 
&lt;BR /&gt; at org.jboss.aop.advice.org.jboss.ejb3.interceptors.aop.InvocationContextInterceptor_z_setup_1575744261.invoke(InvocationContextInterceptor_z_setup_1575744261.java) 
&lt;BR /&gt; at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) 
&lt;BR /&gt; at org.jboss.ejb3.connectionmanager.CachedConnectionInterceptor.invoke(CachedConnectionInterceptor.java:62) 
&lt;BR /&gt; at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) 
&lt;BR /&gt; at org.jboss.ejb3.entity.TransactionScopedEntityManagerInterceptor.invoke(TransactionScopedEntityManagerInterceptor.java:56) 
&lt;BR /&gt; at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) 
&lt;BR /&gt; at org.jboss.ejb3.AllowedOperationsInterceptor.invoke(AllowedOperationsInterceptor.java:47) 
&lt;BR /&gt; at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) 
&lt;BR /&gt; at org.jboss.ejb3.tx.NullInterceptor.invoke(NullInterceptor.java:42) 
&lt;BR /&gt; at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) 
&lt;BR /&gt; at org.jboss.ejb3.stateless.StatelessInstanceInterceptor.invoke(StatelessInstanceInterceptor.java:68) 
&lt;BR /&gt; at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) 
&lt;BR /&gt; at org.jboss.aspects.tx.TxPolicy.invokeInCallerTx(TxPolicy.java:126) 
&lt;BR /&gt; at org.jboss.aspects.tx.TxInterceptor$Required.invoke(TxInterceptor.java:194) 
&lt;BR /&gt; at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) 
&lt;BR /&gt; at org.jboss.ejb3.tx.NullInterceptor.invoke(NullInterceptor.java:42) 
&lt;BR /&gt; at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) 
&lt;BR /&gt; at org.jboss.ejb3.security.Ejb3AuthenticationInterceptorv2.invoke(Ejb3AuthenticationInterceptorv2.java:80) 
&lt;BR /&gt; at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) 
&lt;BR /&gt; at org.jboss.ejb3.BlockContainerShutdownInterceptor.invoke(BlockContainerShutdownInterceptor.java:67) 
&lt;BR /&gt; at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) 
&lt;BR /&gt; at org.jboss.aspects.currentinvocation.CurrentInvocationInterceptor.invoke(CurrentInvocationInterceptor.java:67) 
&lt;BR /&gt; at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) 
&lt;BR /&gt; at org.jboss.ejb3.interceptor.EJB3TCCLInterceptor.invoke(EJB3TCCLInterceptor.java:86) 
&lt;BR /&gt; at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) 
&lt;BR /&gt; at org.jboss.ejb3.mdb.MessagingContainer.localInvoke(MessagingContainer.java:282) 
&lt;BR /&gt; at org.jboss.ejb3.mdb.inflow.MessageInflowLocalProxy.delivery(MessageInflowLocalProxy.java:299) 
&lt;BR /&gt; at org.jboss.ejb3.mdb.inflow.MessageInflowLocalProxy.invoke(MessageInflowLocalProxy.java:152) 
&lt;BR /&gt; at $Proxy313.onMessage(Unknown Source) 
&lt;BR /&gt; at org.hornetq.ra.inflow.HornetQMessageHandler.onMessage(HornetQMessageHandler.java:256) 
&lt;BR /&gt; at org.hornetq.core.client.impl.ClientConsumerImpl.callOnMessage(ClientConsumerImpl.java:822) 
&lt;BR /&gt; at org.hornetq.core.client.impl.ClientConsumerImpl.access$100(ClientConsumerImpl.java:46) 
&lt;BR /&gt; at org.hornetq.core.client.impl.ClientConsumerImpl$Runner.run(ClientConsumerImpl.java:940) 
&lt;BR /&gt; at org.hornetq.utils.OrderedExecutorFactory$OrderedExecutor$1.run(OrderedExecutorFactory.java:100) 
&lt;BR /&gt; at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886) 
&lt;BR /&gt; at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908) 
&lt;BR /&gt; at java.lang.Thread.run(Thread.java:662)</description>
      <pubDate>Tue, 25 Feb 2014 11:14:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Clean-data-in-memory-when-a-job-ends/m-p/2280565#M55378</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2014-02-25T11:14:24Z</dc:date>
    </item>
    <item>
      <title>Re: Clean data in memory when a job ends</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Clean-data-in-memory-when-a-job-ends/m-p/2280566#M55379</link>
      <description>By the way, I'm using the tMap component, followed by the tFlowToIterate.&lt;BR /&gt;If I 'Store on Disk' the data in the tMap and I reduce the size of the Buffer (nb of rows), may it help me?</description>
      <pubDate>Tue, 25 Feb 2014 12:31:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Clean-data-in-memory-when-a-job-ends/m-p/2280566#M55379</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2014-02-25T12:31:21Z</dc:date>
    </item>
    <item>
      <title>Re: Clean data in memory when a job ends</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Clean-data-in-memory-when-a-job-ends/m-p/2280567#M55380</link>
      <description>Hi, 
&lt;BR /&gt;The memory should be automatically recycled in java code. 
&lt;BR /&gt;For a large set of data, try to store the data on disk instead of memory on tMap. Also, allocate more memory to execute the job if you have 32G memory. 
&lt;BR /&gt;Please see KB article 
&lt;A href="https://community.qlik.com/s/article/ka03p0000006EZuAAM" target="_blank"&gt;TalendHelpCenter:ExceptionOutOfMemory&lt;/A&gt;. 
&lt;BR /&gt;Best regards 
&lt;BR /&gt;Sabrina</description>
      <pubDate>Wed, 26 Feb 2014 08:46:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Clean-data-in-memory-when-a-job-ends/m-p/2280567#M55380</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-02-26T08:46:31Z</dc:date>
    </item>
    <item>
      <title>Re: Clean data in memory when a job ends</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Clean-data-in-memory-when-a-job-ends/m-p/2280568#M55381</link>
      <description>Thanks.&lt;BR /&gt;But tell me, how does the option 'Store data on disk' work? I never see any data being saved on the folder that I set as the target folder. And what value should be written in the Buffer size?</description>
      <pubDate>Thu, 27 Feb 2014 16:13:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Clean-data-in-memory-when-a-job-ends/m-p/2280568#M55381</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2014-02-27T16:13:40Z</dc:date>
    </item>
    <item>
      <title>Re: Clean data in memory when a job ends</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Clean-data-in-memory-when-a-job-ends/m-p/2280569#M55382</link>
      <description>Assuming there is a join on tMap, the lookup data are stored in a temporary file and the file will be deleted automatically at the end of job, that's why you don't see the file in the specified directory. If you still have the OutOfMemory error, please upload a screenshot of your job, so that we can see which components you are using and give you some suggestions to optimize the job design. 
&lt;BR /&gt;Shong</description>
      <pubDate>Fri, 28 Feb 2014 02:14:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Clean-data-in-memory-when-a-job-ends/m-p/2280569#M55382</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-02-28T02:14:55Z</dc:date>
    </item>
    <item>
      <title>Re: Clean data in memory when a job ends</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Clean-data-in-memory-when-a-job-ends/m-p/2280570#M55383</link>
      <description>Ok, thanks. I don't have Joins in my tMap component. 
&lt;BR /&gt;I attached my jobs (there are 2 types - one more complex than the other). 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MCrT.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/143086i8A80BB09CC31BBCE/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MCrT.png" alt="0683p000009MCrT.png" /&gt;&lt;/span&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MD5K.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/143820i8E99D7B98047DB22/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MD5K.png" alt="0683p000009MD5K.png" /&gt;&lt;/span&gt;</description>
      <pubDate>Fri, 28 Feb 2014 09:43:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Clean-data-in-memory-when-a-job-ends/m-p/2280570#M55383</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-02-28T09:43:13Z</dc:date>
    </item>
    <item>
      <title>Re: Clean data in memory when a job ends</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Clean-data-in-memory-when-a-job-ends/m-p/2280571#M55384</link>
      <description>This error isn't necessarily related to the heap size, so caching to disk may not resolve the issue (and, in fact, may exacerbate it!). This can be indicative of the thread stack running out of capacity, if this is the problem it can be resolved with the -Xss option to the JVM. Try starting the process with a larger -Xss than it has now. If this option isn't being passed to the JVM, then this can also be due to the process running up against operating system limitations on files/processes for a user. If you're on linux you can test this with the ulimit command - the default for user processes is 1024 and can be increased with, say, ulimit -u 4096. 
&lt;BR /&gt;Hope this helps!</description>
      <pubDate>Fri, 28 Feb 2014 17:03:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Clean-data-in-memory-when-a-job-ends/m-p/2280571#M55384</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-02-28T17:03:18Z</dc:date>
    </item>
  </channel>
</rss>

