[jbosscache-commits] JBoss Cache SVN: r8267 - benchmarks/benchmark-fwk/trunk/cache-products/jbosscache-3.1.0/conf.

jbosscache-commits at lists.jboss.org jbosscache-commits at lists.jboss.org
Wed Oct 21 12:07:05 EDT 2009


Author: mircea.markus
Date: 2009-10-21 12:07:04 -0400 (Wed, 21 Oct 2009)
New Revision: 8267

Modified:
   benchmarks/benchmark-fwk/trunk/cache-products/jbosscache-3.1.0/conf/mvcc-repl-async.xml
Log:
updated concurrency level

Modified: benchmarks/benchmark-fwk/trunk/cache-products/jbosscache-3.1.0/conf/mvcc-repl-async.xml
===================================================================
--- benchmarks/benchmark-fwk/trunk/cache-products/jbosscache-3.1.0/conf/mvcc-repl-async.xml	2009-10-21 15:33:44 UTC (rev 8266)
+++ benchmarks/benchmark-fwk/trunk/cache-products/jbosscache-3.1.0/conf/mvcc-repl-async.xml	2009-10-21 16:07:04 UTC (rev 8267)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <jbosscache xmlns="urn:jboss:jbosscache-core:config:3.0">
     <locking isolationLevel="READ_COMMITTED" lockAcquisitionTimeout="10000" nodeLockingScheme="mvcc"
-             concurrencyLevel="3000"/>
+             concurrencyLevel="10000"/>
     <transaction transactionManagerLookupClass="org.jboss.cache.transaction.GenericTransactionManagerLookup"/>
     <clustering mode="replication" clusterName="JBossCache-Cluster">
         <stateRetrieval timeout="20000" fetchInMemoryState="false"/>



More information about the jbosscache-commits mailing list