The process running get stuck around 32 000 (± 5%)
~# cat /proc/sys/kernel/threads-max 127862
~# ulimit -s stack size (kbytes, -s) 2048
free memory available : 3,5 Go
Further more when I try basic command while the process is stuck like "top", I get the bash message : can't fork, not enough memory. Even if there is still 3,5 Go of free memory.
What could be limit the thread creation at 32 000 ?