[jboss-svn-commits] JBL Code SVN: r31581 - in labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/properties/database: mysql and 2 other directories.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Thu Feb 11 15:10:26 EST 2010


Author: whitingjr
Date: 2010-02-11 15:10:25 -0500 (Thu, 11 Feb 2010)
New Revision: 31581

Modified:
   labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/properties/database/derby/db-profile.properties
   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:
Increased maximum pool sizes.


Modified: labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/properties/database/derby/db-profile.properties
===================================================================
--- labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/properties/database/derby/db-profile.properties	2010-02-11 20:09:33 UTC (rev 31580)
+++ labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/properties/database/derby/db-profile.properties	2010-02-11 20:10:25 UTC (rev 31581)
@@ -20,7 +20,7 @@
 derby.db-vendor.method.xpaths=changethistosomething
 
 derby.db-pool-min.size=5
-derby.db-pool-max.size=20
+derby.db-pool-max.size=151
 derby.db-connection-blocking.timeout=1000
 derby.db-connection-idle.timeout=200000
 derby.db-connection-background.interval=1000

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-02-11 20:09:33 UTC (rev 31580)
+++ labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/properties/database/mysql/db-profile.properties	2010-02-11 20:10:25 UTC (rev 31581)
@@ -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=100
+mysql.db-pool-max.size=301
 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-02-11 20:09:33 UTC (rev 31580)
+++ labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/properties/database/oracle/db-profile.properties	2010-02-11 20:10:25 UTC (rev 31581)
@@ -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=101
+oracle.db-pool-max.size=151
 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-02-11 20:09:33 UTC (rev 31580)
+++ labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/properties/database/postgresql/db-profile.properties	2010-02-11 20:10:25 UTC (rev 31581)
@@ -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=100
+postgresql.db-pool-max.size=301
 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