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 set permanently,
vim /etc/sysctl.conf
and add
kernel.threads-max = "value"