[jboss-cvs] JBossAS SVN: r110520 - projects/jboss-jca/branches/performance/jmeter/src/main/resources.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Feb 2 15:35:02 EST 2011


Author: whitingjr
Date: 2011-02-02 15:35:01 -0500 (Wed, 02 Feb 2011)
New Revision: 110520

Modified:
   projects/jboss-jca/branches/performance/jmeter/src/main/resources/jca-local-h2-ds.xml
Log:
Reverted the prepared statement cache size to previous value.

Modified: projects/jboss-jca/branches/performance/jmeter/src/main/resources/jca-local-h2-ds.xml
===================================================================
--- projects/jboss-jca/branches/performance/jmeter/src/main/resources/jca-local-h2-ds.xml	2011-02-02 20:24:27 UTC (rev 110519)
+++ projects/jboss-jca/branches/performance/jmeter/src/main/resources/jca-local-h2-ds.xml	2011-02-02 20:35:01 UTC (rev 110520)
@@ -64,7 +64,7 @@
         Turned off for performance optimisation.-->
       <track-statements>false</track-statements>
       <!-- HSQL DB benefits from prepared statement caching -->
-      <prepared-statement-cache-size>300</prepared-statement-cache-size>
+      <prepared-statement-cache-size>32</prepared-statement-cache-size>
     </statement>
    
     



More information about the jboss-cvs-commits mailing list