6.3 JDBC Parameters Tuning
Below JDBC parameters needs to updated for all the Datasources.
PARAMETER | VALUE | Navigate To |
---|---|---|
Connection Reserve time out | 30 | Connection Pool->Advance |
Test Frequency | 60 | Connection Pool->Advance |
Inactive connection time out | 30 | Connection Pool->Advance |
Initial Capacity | 1 | Connection Pool |
Max capacity | Based on Site Requirement | Connection Pool |
Capacity Increment | 5 | Connection Pool |
Shrink Frequency | 900 | Connection Pool->Advance |
Test Connection on Reserve | Checked | Connection Pool->Advance |
Statement Cache Size | 50 | Connection Pool |
Parent topic: Data Source creation and JDBC Configuration