On 15/11/11 21:08, Rüdiger Meier wrote:
On Wednesday 16 November 2011, Cristian Rodríguez wrote:
On 11/11/11 05:05, Mahan Mahdavi Amiri wrote:
Is there a limit on number of threads on suse ? we ran java test program to determine the maximum number of thread and it shows 32000. Is there anyway to increase the maximum number of supported threads on suse. Thanks.
Do you really need more than 32000 threads running *simultaneously* ?
cat /proc/sys/kernel/threads-max
You can increase it but check your ulimit settings too. See http://stackoverflow.com/questions/344203/maximum-number-of-threads-per-proc...
From that link read the comments from "jalf" and from "twk", in short if you need that many threads you are almost certainly, doing it wrong.
My deepest condolences for your hair, it will fall out due the number of deadlocks and races that you will have to debug. :-) -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org