Back to QMetry All Products Help Page
Database tuning for Jira
 To tune the database of JIRA, please make changes in the following parameters :
- Change/Add the values for following tags in dbconfig.xml file of JIRA :
- <pool-min-size>
- <pool-max-size>
- <pool-max-wait>
- <pool-initial-size>
- <pool-max-idle>
- Set max_connection parameter in respective database.
Note: Value for max connection will be based on the number of JIRA users.
After making these changes, restart database service and JIRAÂ service.
Refer the section Connection pool setting for tuning database connections.
Back to QMetry All Products Help Page