Operating System - HP-UX
1827284 Members
3567 Online
109717 Solutions
New Discussion

Kernel Params for Multithread Processes

 
SOLVED
Go to solution
KPS
Super Advisor

Kernel Params for Multithread Processes

Hi,

I have a N-4000 running an Oracle DB on it. We seem to be having a most recent issue with multithreaded processes running and then dying within the Database.

Is there any certain Kernel Params I can look at that cover Multithreaded Processes, to try to bump up to attempt to fix this issue?

Thx,
-Ken
3 REPLIES 3
DIPAK KUMAR ROY
Frequent Advisor
Solution

Re: Kernel Params for Multithread Processes

Check "max_thread_proc" and "nkthread"

Thanks
James A. Donovan
Honored Contributor

Re: Kernel Params for Multithread Processes

max_thread_proc comes to mind. It controls the maximum # of threads a process may create
Remember, wherever you go, there you are...
Helen French
Honored Contributor

Re: Kernel Params for Multithread Processes

Take a look at this process management Kernel parameters and compare your values (max_thread_proc, nkthread etc):

http://www.docs.hp.com/hpux/onlinedocs/939/KCParms/KCparam.ProcessParmsOverview.html

This is a good document about Kernel parameters:
http://www.docs.hp.com/hpux/onlinedocs/939/KCParms/KCparams.OverviewAll.html
Life is a promise, fulfill it!