<?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 and high thread count in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/java-and-high-thread-count/m-p/4952615#M103471</link>
    <description>I'm no Java or Oracle export.  So what I do is tune my kernel to handle the demand.&lt;BR /&gt;So you might look at things in that area, cause your right...Java is a hungry beast.&lt;BR /&gt;&lt;BR /&gt;First one I change for Java is max_thread_proc (64 default way too low).&lt;BR /&gt;&lt;BR /&gt;But figuring that might be the one parm that is sitting at default.&lt;BR /&gt;&lt;BR /&gt;Rgrds,&lt;BR /&gt;Rita&lt;BR /&gt;</description>
    <pubDate>Mon, 16 Jan 2006 10:41:20 GMT</pubDate>
    <dc:creator>Rita C Workman</dc:creator>
    <dc:date>2006-01-16T10:41:20Z</dc:date>
    <item>
      <title>Java and high thread count</title>
      <link>https://community.hpe.com/t5/operating-system-linux/java-and-high-thread-count/m-p/4952612#M103468</link>
      <description>I really don't know much about java other than it seems to be very resource intensive.  The thread count gets up to 70-90 and I was wondering if there was a way to tune it to bring that number down?&lt;BR /&gt;&lt;BR /&gt;thanks,&lt;BR /&gt;&lt;BR /&gt;I have it running for Oracle's OEM on an HPUX 11.11 system</description>
      <pubDate>Mon, 16 Jan 2006 09:40:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/java-and-high-thread-count/m-p/4952612#M103468</guid>
      <dc:creator>Coolmar</dc:creator>
      <dc:date>2006-01-16T09:40:47Z</dc:date>
    </item>
    <item>
      <title>Re: Java and high thread count</title>
      <link>https://community.hpe.com/t5/operating-system-linux/java-and-high-thread-count/m-p/4952613#M103469</link>
      <description>Here is the process that I want to tune...is there a parameter in here than I can change to bring the thread count down or to tune it so that it doesn't use so much of the resources?&lt;BR /&gt;&lt;BR /&gt; oracle  2832  2801  0 08:33:05 ?         1:11 /u04/app/oracle/product/OEM/jdk/bin/PA_RISC2.0/java -Djava.security.policy=/u04/a                        pp/oracle/product/OEM/j2ee/OC4J_EM/config/java2.policy -Djava.awt.headless=true -Xmx1024M -XX:MaxPermSize=256m -Xnoclassgc -DORAC                        LE_HOME=/u04/app/oracle/product/OEM -Doracle.ons.oraclehome=/u04/app/oracle/product/OEM -Doracle.home=/u04/app/oracle/product/OEM                         -Doracle.ons.oracleconfighome=/u04/app/oracle/product/OEM -Doracle.ons.clustername=C_x.x.x.x.13bd574.1026a361657.-7fff -Dor                        acle.ons.instancename=EnterpriseManager0.server3.domain -Dopmn.compatible=904 -Doracle.ons.indexid=OC4J_EM.default_island.1 -Dora                        cle.ons.uid=782041870 -Doracle.oc4j.instancename=OC4J_EM -Doracle.oc4j.islandname=default_island -DOPMN=true -jar oc4j.jar -confi                        g /u04/app/oracle/product/OEM/j2ee/OC4J_EM/config/server.xml -properties -properties -ports ajp:3302,rmi:3202,jms:3702&lt;BR /&gt;</description>
      <pubDate>Mon, 16 Jan 2006 10:09:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/java-and-high-thread-count/m-p/4952613#M103469</guid>
      <dc:creator>Coolmar</dc:creator>
      <dc:date>2006-01-16T10:09:05Z</dc:date>
    </item>
    <item>
      <title>Re: Java and high thread count</title>
      <link>https://community.hpe.com/t5/operating-system-linux/java-and-high-thread-count/m-p/4952614#M103470</link>
      <description>Java tends to be thread intensive. For &lt;BR /&gt;an application such as OEM I would not&lt;BR /&gt;expect the thread count to rise so high&lt;BR /&gt;unless there are a lot of things scheduled&lt;BR /&gt;at the same time.  Discuss scheduling with &lt;BR /&gt;the DBAs.  Do they schedule everything to&lt;BR /&gt;run at midnight or some othee majic  time.&lt;BR /&gt;If so then ask them to spread the load&lt;BR /&gt;over a window of time.&lt;BR /&gt;&lt;BR /&gt;Also if they are monitoring a large number of&lt;BR /&gt;databases, the thread count may be &lt;BR /&gt;proportional to the number of databases.&lt;BR /&gt;This is less likely to be a concern.</description>
      <pubDate>Mon, 16 Jan 2006 10:38:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/java-and-high-thread-count/m-p/4952614#M103470</guid>
      <dc:creator>Bill Thorsteinson</dc:creator>
      <dc:date>2006-01-16T10:38:30Z</dc:date>
    </item>
    <item>
      <title>Re: Java and high thread count</title>
      <link>https://community.hpe.com/t5/operating-system-linux/java-and-high-thread-count/m-p/4952615#M103471</link>
      <description>I'm no Java or Oracle export.  So what I do is tune my kernel to handle the demand.&lt;BR /&gt;So you might look at things in that area, cause your right...Java is a hungry beast.&lt;BR /&gt;&lt;BR /&gt;First one I change for Java is max_thread_proc (64 default way too low).&lt;BR /&gt;&lt;BR /&gt;But figuring that might be the one parm that is sitting at default.&lt;BR /&gt;&lt;BR /&gt;Rgrds,&lt;BR /&gt;Rita&lt;BR /&gt;</description>
      <pubDate>Mon, 16 Jan 2006 10:41:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/java-and-high-thread-count/m-p/4952615#M103471</guid>
      <dc:creator>Rita C Workman</dc:creator>
      <dc:date>2006-01-16T10:41:20Z</dc:date>
    </item>
    <item>
      <title>Re: Java and high thread count</title>
      <link>https://community.hpe.com/t5/operating-system-linux/java-and-high-thread-count/m-p/4952616#M103472</link>
      <description>...hit enter too soon.&lt;BR /&gt;&lt;BR /&gt;If you want to look at tuning. Let us know your box and how much memory you have.  Post your present kernel settings....and I'm sure there are plenty of folks that can provide somet tuning assitance.&lt;BR /&gt;&lt;BR /&gt;Rgrds again,&lt;BR /&gt;Rita&lt;BR /&gt;</description>
      <pubDate>Mon, 16 Jan 2006 10:43:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/java-and-high-thread-count/m-p/4952616#M103472</guid>
      <dc:creator>Rita C Workman</dc:creator>
      <dc:date>2006-01-16T10:43:34Z</dc:date>
    </item>
    <item>
      <title>Re: Java and high thread count</title>
      <link>https://community.hpe.com/t5/operating-system-linux/java-and-high-thread-count/m-p/4952617#M103473</link>
      <description>Shalom Sally,&lt;BR /&gt;&lt;BR /&gt;For java to work right with Oracle the patches listed in &lt;A href="http://www.hpux.com/go/java" target="_blank"&gt;http://www.hpux.com/go/java&lt;/A&gt; need to be installed along with dependencies. They are not necessarily included in quarterly patch bundles.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Mon, 16 Jan 2006 10:52:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/java-and-high-thread-count/m-p/4952617#M103473</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2006-01-16T10:52:59Z</dc:date>
    </item>
    <item>
      <title>Re: Java and high thread count</title>
      <link>https://community.hpe.com/t5/operating-system-linux/java-and-high-thread-count/m-p/4952618#M103474</link>
      <description>I would use HP jConfig tool to find out all Kernel parameters that needs to be changed for the version of Java that is installed &amp;amp; ofcourse it suggests values based on your HP UX server hardware.&lt;BR /&gt;&lt;BR /&gt;You can download the tool from &lt;A href="http://www.hp.com/products1/unix/java/" target="_blank"&gt;http://www.hp.com/products1/unix/java/&lt;/A&gt;</description>
      <pubDate>Mon, 16 Jan 2006 11:42:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/java-and-high-thread-count/m-p/4952618#M103474</guid>
      <dc:creator>Srini Jay</dc:creator>
      <dc:date>2006-01-16T11:42:58Z</dc:date>
    </item>
    <item>
      <title>Re: Java and high thread count</title>
      <link>https://community.hpe.com/t5/operating-system-linux/java-and-high-thread-count/m-p/4952619#M103475</link>
      <description>thank you Srini!  That jConfig tool really helped.</description>
      <pubDate>Mon, 16 Jan 2006 13:56:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/java-and-high-thread-count/m-p/4952619#M103475</guid>
      <dc:creator>Coolmar</dc:creator>
      <dc:date>2006-01-16T13:56:35Z</dc:date>
    </item>
  </channel>
</rss>

