|
@@ -36,17 +36,17 @@ db.default.user=benchmarkdbuser
|
|
|
db.default.password=benchmarkdbpass
|
|
|
db.default.jndiName=DefaultDS
|
|
|
|
|
|
-db.default.partitionCount=3
|
|
|
+db.default.partitionCount=4
|
|
|
|
|
|
# The number of connections to create per partition. Setting this to
|
|
|
# 5 with 3 partitions means you will have 15 unique connections to the
|
|
|
# database. Note that BoneCP will not create all these connections in
|
|
|
# one go but rather start off with minConnectionsPerPartition and
|
|
|
# gradually increase connections as required.
|
|
|
-db.default.maxConnectionsPerPartition=800
|
|
|
+db.default.maxConnectionsPerPartition=24
|
|
|
|
|
|
# The number of initial connections, per partition.
|
|
|
-db.default.minConnectionsPerPartition=10
|
|
|
+db.default.minConnectionsPerPartition=24
|
|
|
|
|
|
# Evolutions
|
|
|
# ~~~~~
|
|
@@ -82,14 +82,17 @@ play {
|
|
|
parallelism-max = 300
|
|
|
}
|
|
|
}
|
|
|
- db {
|
|
|
+ db = {
|
|
|
+ executor = "thread-pool-executor"
|
|
|
thread-pool-executor {
|
|
|
core-pool-size-factor = 1.0
|
|
|
- core-pool-size-min = 100
|
|
|
- core-pool-size-max = 100
|
|
|
+ core-pool-size-min = 96
|
|
|
+ core-pool-size-max = 96
|
|
|
+ max-pool-size-factor = 1.0
|
|
|
+ max-pool-size-min = 96
|
|
|
+ max-pool-size-max = 96
|
|
|
}
|
|
|
}
|
|
|
-
|
|
|
}
|
|
|
}
|
|
|
}
|