java.lang.OutOfMemoryError: unable to create new native thread
- by Brad
I consistently get this exception when trying to run my Junit tests on my mac:
java.lang.OutOfMemoryError: unable to create new native thread
at java.lang.Thread.start0(Native Method)
at java.lang.Thread.start(Thread.java:658)
at java.util.concurrent.ThreadPoolExecutor.addIfUnderMaximumPoolSize(ThreadPoolExecutor.java:727)
…