[jboss-svn-commits] JBL Code SVN: r32340 - in labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/properties/database: oracle and 1 other directories.
jboss-svn-commits at lists.jboss.org
jboss-svn-commits at lists.jboss.org
Thu Apr 1 10:24:52 EDT 2010
Author: whitingjr
Date: 2010-04-01 10:24:51 -0400 (Thu, 01 Apr 2010)
New Revision: 32340
Modified:
labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/properties/database/mysql/db-profile.properties
labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/properties/database/oracle/db-profile.properties
labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/properties/database/postgresql/db-profile.properties
Log:
Upped the maximum pool size.
Modified: labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/properties/database/mysql/db-profile.properties
===================================================================
--- labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/properties/database/mysql/db-profile.properties 2010-04-01 14:23:34 UTC (rev 32339)
+++ labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/properties/database/mysql/db-profile.properties 2010-04-01 14:24:51 UTC (rev 32340)
@@ -23,7 +23,7 @@
mysql.db-vendor.method.xpaths=com.mysql.jdbc.Buffer:readByte,com.mysql.jdbc.Buffer:writeByte
mysql.db-pool-min.size=5
-mysql.db-pool-max.size=601
+mysql.db-pool-max.size=1000
mysql.db-connection-blocking.timeout=1000
mysql.db-connection-idle.timeout=200000
mysql.db-connection-background.interval=1000
Modified: labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/properties/database/oracle/db-profile.properties
===================================================================
--- labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/properties/database/oracle/db-profile.properties 2010-04-01 14:23:34 UTC (rev 32339)
+++ labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/properties/database/oracle/db-profile.properties 2010-04-01 14:24:51 UTC (rev 32340)
@@ -24,7 +24,7 @@
oracle.db-vendor.method.xpaths=oracle.net.ns.DataPacket:send,oracle.net.ns.DataPacket:receive
oracle.db-pool-min.size=5
-oracle.db-pool-max.size=151
+oracle.db-pool-max.size=1000
oracle.db-connection-blocking.timeout=1000
oracle.db-connection-idle.timeout=200000
oracle.db-connection-background.interval=1000
Modified: labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/properties/database/postgresql/db-profile.properties
===================================================================
--- labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/properties/database/postgresql/db-profile.properties 2010-04-01 14:23:34 UTC (rev 32339)
+++ labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/properties/database/postgresql/db-profile.properties 2010-04-01 14:24:51 UTC (rev 32340)
@@ -23,7 +23,7 @@
postgresql.db-vendor.method.xpaths=org.postgresql.xa.PGXADataSource:getXAConnection
postgresql.db-pool-min.size=5
-postgresql.db-pool-max.size=601
+postgresql.db-pool-max.size=1000
postgresql.db-connection-blocking.timeout=1000
postgresql.db-connection-idle.timeout=200000
postgresql.db-connection-background.interval=1000
More information about the jboss-svn-commits
mailing list