- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: max_thread_proc value on HP-UX 11.11
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
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
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
05-25-2009 08:44 PM
05-25-2009 08:44 PM
max_thread_proc value on HP-UX 11.11
What is the recommended value for max_thread_proc on HP-UX 11.11?
How much should this value (recommended) be set to if a java application is running on HP-UX 11.11?
How do we determine a safe value that can be set to max_thread_proc kernel tunable on HP-UX 11.11?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-25-2009 09:04 PM
05-25-2009 09:04 PM
Re: max_thread_proc value on HP-UX 11.11
The below link will give you better idea.
About Max_thread_proc..
http://docs.hp.com/en/B3921-90010/max_thread_proc.5.html
for Java..
http://docs.hp.com/en/JAVAPROGUIDE/configuration.html
Thanks!!
Johnson
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-25-2009 10:06 PM
05-25-2009 10:06 PM
Re: max_thread_proc value on HP-UX 11.11
Check the below link:
http://docs.hp.com/en/B2355-60103/max_thread_proc.5.html
Rgds-Kranti
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-26-2009 12:45 AM
05-26-2009 12:45 AM
Re: max_thread_proc value on HP-UX 11.11
Naturally, otherwise the default would be the color black. ;-)
>What is the recommended value for max_thread_proc on HP-UX 11.11?
It depends on the application mix. Are you running into errors trying to create threads with the default of 256?
>How much should this value (recommended) be set to if a java application is running on HP-UX 11.11?
It depends on your java application.
>How do we determine a safe value that can be set to max_thread_proc kernel tunable on HP-UX 11.11?
Your programs won't abort if it is large enough. And your applications don't slow down because they are thread crazy.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-26-2009 03:17 AM
05-26-2009 03:17 AM
Re: max_thread_proc value on HP-UX 11.11
Java is notoriously process and resource hungry.
Where to set levels can only be done by looking at use levels.
Glance gpm high water mark display is a good way to know when you need to increase things.
parameters to watch:
nproc
maxuprc # max process to a single user.
For patching and resource needs for a java server see: http://www.hp.com/go/java
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
05-26-2009 03:29 AM
05-26-2009 03:29 AM
Re: max_thread_proc value on HP-UX 11.11
>>Is the kernel tunable on HP-UX max_thread_proc configurable to a higher value than the default?
Ofcource you can change the default value.
>>How much should this value (recommended) be set to if a java application is running on HP-UX 11.11?
Its better to ask application owner or any java guru.
Suraj