>OutOfMemoryError: unable to create new native thread
"
The default stack size for Java 1.4x 64-bit mode JVM- created threads is 1MB."
Try reducing this by using the -Xss switch you will be able to generate more Threads , yes
the application threads .
I think you are getting this error when there is a heavy load , is that correct .
Also check this
http://www.egilh.com/blog/archive/2006/06/09/2811.aspx
http://www.hp.com/products1/unix/java/infolibrary/prog_guide/threads.html
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3989228#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...