Operating System - HP-UX
1833873 Members
1604 Online
110063 Solutions
New Discussion

Re: What is ObjectThreadPool process?

 
lafargeadmin
Advisor

What is ObjectThreadPool process?

I am having HP-UX 11.23 Itanium version. I can see a process ObjectThreadPool in the top utility. This is utilizing more CPU usage.
Can anyone tell me what is ObjectThreadPool process ?

#ps -ef|grep ObjectThreadPool
root 9 0 0 16:10:02 ? 0:00 ObjectThreadPool
root 26612 24508 0 10:17:18 pts/ta 0:00 grep ObjectThreadPool
2 REPLIES 2
Peter Nikitka
Honored Contributor

Re: What is ObjectThreadPool process?

Hi,

I think, that's a kernel related process - but my guess depends on the low process number (9) only.
Did you make kernel changes and thereafter you noticed this fact?

mfG Peter
The Universe is a pretty big place, it's bigger than anything anyone has ever dreamed of before. So if it's just us, seems like an awful waste of space, right? Jodie Foster in "Contact"
lafargeadmin
Advisor

Re: What is ObjectThreadPool process?

Hi Peter,
Thanks for your reply.

Yes I did the kernel changes according to the database requirement "Oracle Database 10g R2 (10.2.0)". These are the parameters I have changed;
max_thread_proc=1024
maxuprc=3686
msgmap=4098
msgmni=4096
msgseg=32767
msgtql=4096
ncsize=35840
ninode=34816
semmni=4096
semmns=8192
semmnu=4092
shmmax=size of RAM
shmmni=512
vps_ceiling=64

Which makes the objectthreadpool running?
What will happen if this is not running?