<?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 VM memory parameters and &amp;quot;Use independent process&amp;quot; for tRunJob in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Java-VM-memory-parameters-and-quot-Use-independent-process-quot/m-p/2363317#M127215</link>
    <description>Well that's exactly the point! The child jobs get different xmx parameters. I want them to have the same xmx parameter as the parent job (so they can use more memory than 1024M). 
&lt;BR /&gt;How do I specify the xmx for child jobs?</description>
    <pubDate>Thu, 29 Mar 2012 21:45:08 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2012-03-29T21:45:08Z</dc:date>
    <item>
      <title>Java VM memory parameters and "Use independent process" for tRunJob</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Java-VM-memory-parameters-and-quot-Use-independent-process-quot/m-p/2363315#M127213</link>
      <description>Hi! 
&lt;BR /&gt;For some jobs I need to give the Java VM additional memory. So I edit the {JobName}_run.bat and change the parameter -Xmx. 
&lt;BR /&gt;But now I want to use the option "Use independent process" in tRunJob components with the extended memory. But as far as I could observe, the Xmx-setting only affects the original java process. Not the new ones of the sub jobs. 
&lt;BR /&gt;How do I pass the -Xmx parameter to the new processes of the sub jobs? 
&lt;BR /&gt; 
&lt;BR /&gt;Best regards, 
&lt;BR /&gt;M</description>
      <pubDate>Wed, 28 Mar 2012 13:47:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Java-VM-memory-parameters-and-quot-Use-independent-process-quot/m-p/2363315#M127213</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-03-28T13:47:05Z</dc:date>
    </item>
    <item>
      <title>Re: Java VM memory parameters and "Use independent process" for tRunJob</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Java-VM-memory-parameters-and-quot-Use-independent-process-quot/m-p/2363316#M127214</link>
      <description>Hi
&lt;BR /&gt;When you check "Use independent process", the master job will start a new thread for child job.
&lt;BR /&gt;How do you observe the running?
&lt;BR /&gt;I use Java VisualVM in %Java_Home%\bin. And I can see two threads running. One is master job. The other is child job with different xmx parameter.
&lt;BR /&gt;Regards,
&lt;BR /&gt;Pedro</description>
      <pubDate>Thu, 29 Mar 2012 05:02:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Java-VM-memory-parameters-and-quot-Use-independent-process-quot/m-p/2363316#M127214</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-03-29T05:02:32Z</dc:date>
    </item>
    <item>
      <title>Re: Java VM memory parameters and "Use independent process" for tRunJob</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Java-VM-memory-parameters-and-quot-Use-independent-process-quot/m-p/2363317#M127215</link>
      <description>Well that's exactly the point! The child jobs get different xmx parameters. I want them to have the same xmx parameter as the parent job (so they can use more memory than 1024M). 
&lt;BR /&gt;How do I specify the xmx for child jobs?</description>
      <pubDate>Thu, 29 Mar 2012 21:45:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Java-VM-memory-parameters-and-quot-Use-independent-process-quot/m-p/2363317#M127215</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-03-29T21:45:08Z</dc:date>
    </item>
    <item>
      <title>Re: Java VM memory parameters and "Use independent process" for tRunJob</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Java-VM-memory-parameters-and-quot-Use-independent-process-quot/m-p/2363318#M127216</link>
      <description>Hi 
&lt;BR /&gt;If you want to modify the parameter xmx of child job, changing {JobName}_run.bat of father job won't work. 
&lt;BR /&gt;You have to modify it as the following image(This is child job). 
&lt;BR /&gt;Regards, 
&lt;BR /&gt;Pedro</description>
      <pubDate>Fri, 30 Mar 2012 02:47:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Java-VM-memory-parameters-and-quot-Use-independent-process-quot/m-p/2363318#M127216</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-03-30T02:47:39Z</dc:date>
    </item>
    <item>
      <title>Re: Java VM memory parameters and "Use independent process" for tRunJob</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Java-VM-memory-parameters-and-quot-Use-independent-process-quot/m-p/2363319#M127217</link>
      <description>Hello, 
&lt;BR /&gt;is it possible to re-post the image?&amp;nbsp; 
&lt;BR /&gt;I would like to solve the same problem and I can not find another solution. 
&lt;BR /&gt;Thanks, 
&lt;BR /&gt;Mira 
&lt;BR /&gt;--- edit 
&lt;BR /&gt;I wanted to remove JVM parameters of subjob which were used incorrectly. They were not inherited from parent job and they were not even specified in the particular subjob.&amp;nbsp; 
&lt;BR /&gt;Solution is to 
&lt;B&gt;remove all parametrs in Run/Advanced menu in the particular subjob. While the checkbox Use Specific JVM Arguments must be checked&lt;/B&gt;. Then it will use specified arguments (no arguments in my case). 
&lt;BR /&gt;I would expect that if checkbox Use Specific JVM Arguments would not be checked, then no parameters or inherited parameters are going to be used. 
&lt;BR /&gt;Thus, I have to remove these parameters to be able to run compiled Talend's workflow on production, but I have to fill these parameters to be able to debug and develop workflow right from Talend Studio. Which is not very user friendly :X</description>
      <pubDate>Tue, 25 Oct 2016 15:00:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Java-VM-memory-parameters-and-quot-Use-independent-process-quot/m-p/2363319#M127217</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-10-25T15:00:40Z</dc:date>
    </item>
  </channel>
</rss>

