- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Java and high thread count
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-16-2006 01:40 AM
тАО01-16-2006 01:40 AM
thanks,
I have it running for Oracle's OEM on an HPUX 11.11 system
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-16-2006 02:09 AM
тАО01-16-2006 02:09 AM
Re: Java and high thread count
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-16-2006 02:38 AM
тАО01-16-2006 02:38 AM
Re: Java and high thread count
an application such as OEM I would not
expect the thread count to rise so high
unless there are a lot of things scheduled
at the same time. Discuss scheduling with
the DBAs. Do they schedule everything to
run at midnight or some othee majic time.
If so then ask them to spread the load
over a window of time.
Also if they are monitoring a large number of
databases, the thread count may be
proportional to the number of databases.
This is less likely to be a concern.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-16-2006 02:41 AM
тАО01-16-2006 02:41 AM
Re: Java and high thread count
So you might look at things in that area, cause your right...Java is a hungry beast.
First one I change for Java is max_thread_proc (64 default way too low).
But figuring that might be the one parm that is sitting at default.
Rgrds,
Rita
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-16-2006 02:43 AM
тАО01-16-2006 02:43 AM
Re: Java and high thread count
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.
Rgrds again,
Rita
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-16-2006 02:52 AM
тАО01-16-2006 02:52 AM
Re: Java and high thread count
For java to work right with Oracle the patches listed in http://www.hpux.com/go/java need to be installed along with dependencies. They are not necessarily included in quarterly patch bundles.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-16-2006 03:42 AM
тАО01-16-2006 03:42 AM
SolutionYou can download the tool from http://www.hp.com/products1/unix/java/
- Tags:
- hpjconfig
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-16-2006 05:56 AM
тАО01-16-2006 05:56 AM