Re: Setting the Initial Size of a JDBC Pool

2020-05-26 Thread Paul Spencer
Fabricio, I just found an answer in Karaf 4.2.8. Setting pool.timeBetweenEvictionRunsMillis will cause pool.minIdle to be honored. *** * etc/etc/org.ops4j.datasource-xxx.cfg *** pool.timeBetweenEvictionRunsMillis=5000 pool.minIdle=3 Paul Spencer > On Jan 13, 2020, at 9:11 AM, Fabricio Guima

Setting the Initial Size of a JDBC Pool

2020-01-13 Thread Fabricio Guimaraes Pellegrini
Hello guys, First of all, apologize me if this question doesn't belong here. Right now we are using Apache Karaf 4.1.4 and Pax JDBC to connect to an Oracle Database, and for legacy reason, I need to configure the initial size of my JDBC pool to the same value as pool.maxTotal, but I can't fig