[jboss-user] [Performance Tuning] - Re: OutOfMemoryError: unable to create new native thread

2006-07-19 Thread mdaguete
Solved, a jms client not properly closing connections.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3959075#3959075

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3959075
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Performance Tuning] - Re: OutOfMemoryError: unable to create new native thread

2006-07-17 Thread genman
"mdaguete" wrote : Hi all,
  | I'm usign jboss 4.0.3 in debian stable with linux kernel 2.6.8-2-686-smp in 
a 2x Xeon CPU with Hyperthreading, Java HotSpot(TM) Server VM (build 
1.5.0_05-b05, mixed mode) and 4GB RAM, af ter a few days my application throws 
a "OutOfMemoryError: unable to create new native thread" 
  | 

You may want to check if your application is leaking threads. You can actually 
run out of mappable process memory if you have too many threads, even though 
you have lots of heap still.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3958510#3958510

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3958510
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Performance Tuning] - Re: OutOfMemoryError: unable to create new native thread

2006-07-16 Thread jaikiran
Have a look at:

http://wiki.jboss.org/wiki/Wiki.jsp?page=OutOfMemoryExceptions



View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3958374#3958374

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3958374
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user