Data Source Configuration – Common Setting
Section | Parameter Name | Value | Description |
---|---|---|---|
Connection Pool | Initial Capacity | 50 | Pool will be reserved with this number of connections once created. |
Connection Pool | Maximum Capacity | 150 | Maximum number of connections this pool can create. |
Connection Pool | Minimum Capacity | 50 | Should be same as initial capacity. Shrinking configuration uses this value. |
Connection Pool | Inactive Connection Timeout | 900 | Time duration for which a connection once in use can remain idle. After this time the connection will be release to a pool and a thread that is using this connection will get an exception. |
Parent topic: Data Source Configuration