How many threads can be running concurrently?
Created May 4, 2012
Tim Rohaly The TINI OS allows a maximum of 16 threads per Java process,
and a maximum of 8 processes total (Java and non-Java, combined). Each
Java process corresponds to an invocation of the JVM using the java
command. If running, slush counts as one Java process.