Relation between kernel & weblogic thread

"nkthread" kernel parameter limits the number of threads running at any point of time from all processes.

Does the thread setting in "weblogic server" is in anyway related to this.

Please suggest.

Thanks
Bishweshwar

A simple search in google for
nkthread weblogic server
produced the following result in first place.

Help -

I'm not sure whether this link will answer your question or not...
but if you set "max_thread_proc" and "maxusers" to higher value it also increases nkthread limit.

Regards,
Ravinandan

  1. The kernel parameter will determine the system limite.

  2. It will have no effect on weblogic if weblogic is using "green threads" ie, user threads.