<?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 - Xmx memory - 512M only in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Java-Xmx-memory-512M-only/m-p/2369191#M132361</link>
    <description>Wow, I thought setting the options in setmem file should do the magic. I never knew about this configuration (alas, I did not read the documentation earlier 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MACJ.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/133049iD780B7DE0116E4D1/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MACJ.png" alt="0683p000009MACJ.png" /&gt;&lt;/span&gt; during the initial setup). 
&lt;BR /&gt;Thank you</description>
    <pubDate>Thu, 05 Oct 2017 20:38:37 GMT</pubDate>
    <dc:creator>root</dc:creator>
    <dc:date>2017-10-05T20:38:37Z</dc:date>
    <item>
      <title>Java - Xmx memory - 512M only</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Java-Xmx-memory-512M-only/m-p/2369189#M132359</link>
      <description>&lt;PRE&gt;root     31971  6.1  4.4 3034712 366832 ?      Sl   16:09   0:29 /usr/lib/jvm/jre-1.7.0-openjdk.x86_64/bin/java -Dkaraf.home=/data/talend/tesb/Runtime_ESBSE/container -Dkaraf.base=/data/talend/tesb/Runtime_ESBSE/container -Dkaraf.data=/data/talend/tesb/Runtime_ESBSE/container/data -Dkaraf.etc=/data/talend/tesb/Runtime_ESBSE/container/etc -Dcom.sun.management.jmxremote -Dkaraf.startLocalConsole=false -Dkaraf.startRemoteShell=true -Djava.endorsed.dirs=/usr/lib/jvm/jre-1.7.0-openjdk.x86_64/jre/lib/endorsed:/usr/lib/jvm/jre-1.7.0-openjdk.x86_64/lib/endorsed:/data/talend/tesb/Runtime_ESBSE/container/lib/endorsed -Djava.ext.dirs=/usr/lib/jvm/jre-1.7.0-openjdk.x86_64/jre/lib/ext:/usr/lib/jvm/jre-1.7.0-openjdk.x86_64/lib/ext:/data/talend/tesb/Runtime_ESBSE/container/lib/ext -Xmx512m -Djava.library.path=/data/talend/tesb/Runtime_ESBSE/container/lib/wrapper/ -classpath /data/talend/tesb/Runtime_ESBSE/container/lib/boot/jna-4.2.2.jar:/data/talend/tesb/Runtime_ESBSE/container/lib/boot/jna-platform-4.2.2.jar:/data/talend/tesb/Runtime_ESBSE/container/lib/boot/org.apache.karaf.diagnostic.boot-4.0.7.jar:/data/talend/tesb/Runtime_ESBSE/container/lib/boot/org.osgi.core-6.0.0.jar:/data/talend/tesb/Runtime_ESBSE/container/lib/boot/org.apache.karaf.jaas.boot-4.0.7.jar:/data/talend/tesb/Runtime_ESBSE/container/lib/boot/org.apache.karaf.main-4.0.7.jar:/data/talend/tesb/Runtime_ESBSE/container/lib/wrapper/karaf-wrapper.jar:/data/talend/tesb/Runtime_ESBSE/container/lib/wrapper/karaf-wrapper-main.jar -Dwrapper.key=gcxP6BJCchqva9qb -Dwrapper.port=32000 -Dwrapper.jvm.port.min=31000 -Dwrapper.jvm.port.max=31999 -Dwrapper.pid=31969 -Dwrapper.version=3.2.3 -Dwrapper.native_library=wrapper -Dwrapper.service=TRUE -Dwrapper.cpu.timeout=10 -Dwrapper.jvmid=1 org.apache.karaf.wrapper.internal.service.Main&lt;/PRE&gt; 
&lt;P&gt;I am currently running talend ESB on a linux container and noticed that it is having Xmx set at 512 (according to the ps command).&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I have set the correct memory configs in &amp;lt;runtime container&amp;gt;/bin/setmem as:&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;PRE&gt;    if [ ${JAVA_VERSION_MINOR} -lt 8 ]; then
        if [ -z "${JAVA_PERM_MEM}" ]; then
            if ${JAVA_SIXTY_FOUR}; then
                JAVA_PERM_MEM=1024M
            else
                JAVA_PERM_MEM=1024M
            fi
            export JAVA_PERM_MEM
        fi

        if [ -z "${JAVA_MAX_PERM_MEM}" ]; then
            if ${JAVA_SIXTY_FOUR}; then
                JAVA_MAX_PERM_MEM=8096M
            else
                JAVA_MAX_PERM_MEM=8096M
            fi
            export JAVA_MAX_PERM_MEM
        fi
    fi&lt;/PRE&gt; 
&lt;P&gt;So why would that not work as expected? Or the xmx refers to something else?&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I am running this as a wrapper service.&lt;/P&gt; 
&lt;P&gt;Please help.&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 09:12:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Java-Xmx-memory-512M-only/m-p/2369189#M132359</guid>
      <dc:creator>root</dc:creator>
      <dc:date>2024-11-16T09:12:53Z</dc:date>
    </item>
    <item>
      <title>Re: Java - Xmx memory - 512M only</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Java-Xmx-memory-512M-only/m-p/2369190#M132360</link>
      <description>&lt;P&gt;If you are running this using the service wrapper, take a look here:&amp;nbsp;&lt;A href="https://help.talend.com/reader/kXw5G19CjSNyX9CeQ_cEgQ/_dPb2wr4Rl2EwYdYylaRfQ" target="_blank" rel="nofollow noopener noreferrer"&gt;https://help.talend.com/reader/kXw5G19CjSNyX9CeQ_cEgQ/_dPb2wr4Rl2EwYdYylaRfQ&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I imagine you are missing a couple of "&lt;SPAN&gt;wrapper.java.additional.n" lines (you need to add these) with your JVM settings. The web page I have posted talks about this...albeit a little briefly.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 04 Oct 2017 21:49:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Java-Xmx-memory-512M-only/m-p/2369190#M132360</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-10-04T21:49:53Z</dc:date>
    </item>
    <item>
      <title>Re: Java - Xmx memory - 512M only</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Java-Xmx-memory-512M-only/m-p/2369191#M132361</link>
      <description>Wow, I thought setting the options in setmem file should do the magic. I never knew about this configuration (alas, I did not read the documentation earlier 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MACJ.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/133049iD780B7DE0116E4D1/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MACJ.png" alt="0683p000009MACJ.png" /&gt;&lt;/span&gt; during the initial setup). 
&lt;BR /&gt;Thank you</description>
      <pubDate>Thu, 05 Oct 2017 20:38:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Java-Xmx-memory-512M-only/m-p/2369191#M132361</guid>
      <dc:creator>root</dc:creator>
      <dc:date>2017-10-05T20:38:37Z</dc:date>
    </item>
    <item>
      <title>Re: Java - Xmx memory - 512M only</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Java-Xmx-memory-512M-only/m-p/2369192#M132362</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Did this resolve your question? If so can you set it to resolved so that others can benefit from this?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 10 Nov 2017 09:43:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Java-Xmx-memory-512M-only/m-p/2369192#M132362</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-11-10T09:43:28Z</dc:date>
    </item>
  </channel>
</rss>

