I am looing any insight as to how I can configure my play 2.0 app to not use so many database connections on both database evolutions and during runtime. I have asked this
Updated answer.
Here is a configuration that only uses 5 connections.
db.default.partitionCount=1 db.default.maxConnectionsPerPartition=5 db.default.minConnectionsPerPartition=5
# Connections will be partitionCount x ConnectionsPerPartition
partitionCount x ConnectionsPerPartition