I set the db.pool.min and db.pool.max in the orientdb-server-config.xml ,
<properties>
<entry value="10" name="db.pool.min"/>
<entry value="30" name="db.pool.max"/>
<entry name="client.channel.minPool" value="50"/>
<entry name="client.channel.maxPool" value="300"/>
<entry value="true" name="profiler.enabled"/>
<entry value="info" name="log.console.level"/>
<entry value="fine" name="log.file.level"/>
</properties>
,but I can't get db.pool.min =10 and db.pool.max =30 from
OGlobalConfiguration.dumpConfiguration(System.out)
this is my OGlobalConfiguration.dumpConfiguration(System.out) result:
OrientDB 2.1.13 configuration dump: I get client.channel.minPool = 1
client.channel.maxPool = 100 db.pool.min = 1 db.pool.max = 100
--
---
You received this message because you are subscribed to the Google Groups
"OrientDB" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.