Jira connection Pool Graph

Paul Dillon September 18, 2017

My connection pool graph doesn't go any higher than 12 connections and seems maxed out most of the time.

DBPool.jpg

My DBCONFIG.XML file specifies a max pool size of 20 ~ it contains this:

<pool-min-size>20</pool-min-size>
<pool-max-size>20</pool-max-size>

Is my graph only showing 12 because that's how many actually got used ?(Therefore my system isn't really busy at all). Or should it be showing a scale up to 20? Is this throttled somehow at the database end? I was expecting the graph to show an X axis of 20.

thanks

1 answer

1 accepted

0 votes
Answer accepted
Boris Berenberg - Atlas Authority
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
September 18, 2017

It may be that your DB just won't do more than 12, I would check the config there. I would also add that JIRA rarely has any issues relating to DB throughput unless you have a huge instance. 

Suggest an answer

Log in or Sign up to answer