JDBj Connection Pools
These settings control the database connection pooling (sharing of connections) within JDBj. Connections are pooled at the physical datasource level, not the EnterpriseOne logical datasource level.
With a Transaction Server instance selected, the following shows typical values:

Below is a list of the settings and typical values:
Minimum Connections
Enter a value. For example:
0
Maximum Connections
Enter a value. For example:
50
Pool Growth Size
Enter a value. For example:
5
Initial Connections
Enter a value. For example:
5
Connection Timeout
Enter a value in milliseconds. For example:
1800000
Pool Cleaning Interval
Enter a value in milliseconds. For example:
300000
Maximum Prepared Statements
Enter a value. For example:
50
Cache Purge Size
Enter a value. For example:
5