dev@grizzly.java.net

Build failure on trunk

From: Changshin Lee <iasandcb_at_gmail.com>
Date: Thu, 22 Nov 2007 14:06:17 +0900

Hi all,

I tried to build the trunk on Mac OS X 10.5 JDK 1.5.0_13 and got the
following error:

...

Running com.sun.grizzly.DefaultControllerTest
Exception in thread "Thread-56" java.lang.OutOfMemoryError: unable to
create new native thread
        at java.lang.Thread.start0(Native Method)
        at java.lang.Thread.start(Thread.java:592)
        at com.sun.grizzly.Controller.initReadThreads(Controller.java:933)
        at com.sun.grizzly.Controller.start(Controller.java:825)
        at com.sun.grizzly.Controller.run(Controller.java:696)
        at java.lang.Thread.run(Thread.java:613)

I adjusted MAVEN_OPTS with -Xmx1g but didn't work either.

Thanks for your help in advance,

ias