What is the thread limit in Sun's jdk1.3 on Linux?
Created May 7, 2012
Nathan Meyers
The limit on native threads comes from the system, not from Java. See this FAQ entry for a discussion of managing thread limits.
There is no limit on creation of green threads, other than available memory.