What is the maximum number of threads that can be created by a process under Linux?
How (if possible) can this value be modified?
To retrieve it:
cat /proc/sys/kernel/threads-max
To set it:
echo 123456789 > /proc/sys/kernel/threads-max
123456789 = # of threads