How to get the max number of thread supported by Solaris application, as in linux we can find out by using command cat /proc/sys/kernel/threads-max
Asked
Active
Viewed 382 times
1

rajenpandit
- 1,265
- 1
- 15
- 21
-
What problem are you trying to solve with this question? – James McPherson Mar 04 '14 at 06:15
-
One application is died while thread creation, returning error `EAGAIN The system lacked the necessary resources to create another thread`. – rajenpandit Mar 04 '14 at 06:38
-
Perhaps you need to examine other things first, rather than how many threads you could create. For instance - was the system sized correctly for the task? What restrictions were activated via old /etc/system settings? What tuning had been done? What did the application try to do? – James McPherson Mar 04 '14 at 10:02