[jboss-user] [Datasource Configuration] - Re: Maximum Database connection issue in JBoss 5.1

Wolf-Dieter Fink do-not-reply at jboss.com
Wed Apr 25 05:09:38 EDT 2012


Wolf-Dieter Fink [https://community.jboss.org/people/wdfink] created the discussion

"Re: Maximum Database connection issue in JBoss 5.1"

To view the discussion, visit: https://community.jboss.org/message/732054#732054

--------------------------------------------------------------
I suppose you have more than 4*275 clients.
After yoiu reach InUseConnectionCount=275 on one instance the next calls to a connection will wait the 'BlockingTimeout' of the DS configuration.
This will often end up in such situations, many threads are waiting for a connection and block memory and resources, the GC can not free memory, the server gets slower and you will have a crash because of too much GC load.

You might
- increase the number of connections
  might not help because you must handle the number of threads in one instance (maybe increase memory)
- add JBoss instances
- limit the number of web sessions
--------------------------------------------------------------

Reply to this message by going to Community
[https://community.jboss.org/message/732054#732054]

Start a new discussion in Datasource Configuration at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2077]

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-user/attachments/20120425/d529298e/attachment-0001.html 


More information about the jboss-user mailing list