[jbosscache-commits] JBoss Cache SVN: r8275 -	benchmarks/benchmark-fwk/trunk/cache-products/infinispan-4.0.0/conf.
    jbosscache-commits at lists.jboss.org 
    jbosscache-commits at lists.jboss.org
       
    Thu Oct 29 13:07:52 EDT 2009
    
    
  
Author: mircea.markus
Date: 2009-10-29 13:07:51 -0400 (Thu, 29 Oct 2009)
New Revision: 8275
Modified:
   benchmarks/benchmark-fwk/trunk/cache-products/infinispan-4.0.0/conf/repl-async.xml
   benchmarks/benchmark-fwk/trunk/cache-products/infinispan-4.0.0/conf/repl-sync.xml
   benchmarks/benchmark-fwk/trunk/cache-products/infinispan-4.0.0/conf/udp-dist-async-l1.xml
   benchmarks/benchmark-fwk/trunk/cache-products/infinispan-4.0.0/conf/udp-dist-async-nol1.xml
   benchmarks/benchmark-fwk/trunk/cache-products/infinispan-4.0.0/conf/udp-dist-sync-l1.xml
   benchmarks/benchmark-fwk/trunk/cache-products/infinispan-4.0.0/conf/udp-dist-sync-nol1.xml
Log:
Fixed cfgs
Modified: benchmarks/benchmark-fwk/trunk/cache-products/infinispan-4.0.0/conf/repl-async.xml
===================================================================
--- benchmarks/benchmark-fwk/trunk/cache-products/infinispan-4.0.0/conf/repl-async.xml	2009-10-29 13:33:04 UTC (rev 8274)
+++ benchmarks/benchmark-fwk/trunk/cache-products/infinispan-4.0.0/conf/repl-async.xml	2009-10-29 17:07:51 UTC (rev 8275)
@@ -5,12 +5,14 @@
    <global>
 
       <transport clusterName="infinispan-cluster">
-         <property name="configurationFile" value="jg_udp_async.xml"/>
+         <properties><property name="configurationFile" value="jg_udp_async.xml"/></properties>
       </transport>
 
       <asyncTransportExecutor>
+	<properties>
          <property name="maxThreads" value="1000" />
          <property name="queueSize" value="500000" />
+	</properties>
       </asyncTransportExecutor> 
 
    </global>
@@ -19,7 +21,7 @@
 
       <locking
             lockAcquisitionTimeout="240000"
-            concurrencyLevel="50000"/>
+            concurrencyLevel="50000" useLockStriping="false"/>
 
       <transaction
             transactionManagerLookupClass="org.infinispan.transaction.lookup.GenericTransactionManagerLookup"
Modified: benchmarks/benchmark-fwk/trunk/cache-products/infinispan-4.0.0/conf/repl-sync.xml
===================================================================
--- benchmarks/benchmark-fwk/trunk/cache-products/infinispan-4.0.0/conf/repl-sync.xml	2009-10-29 13:33:04 UTC (rev 8274)
+++ benchmarks/benchmark-fwk/trunk/cache-products/infinispan-4.0.0/conf/repl-sync.xml	2009-10-29 17:07:51 UTC (rev 8275)
@@ -16,7 +16,7 @@
 
       <locking
             lockAcquisitionTimeout="240000"
-            concurrencyLevel="50000"/>
+            concurrencyLevel="50000" useLockStriping="false"/>
 
       <transaction
             transactionManagerLookupClass="org.infinispan.transaction.lookup.GenericTransactionManagerLookup"
Modified: benchmarks/benchmark-fwk/trunk/cache-products/infinispan-4.0.0/conf/udp-dist-async-l1.xml
===================================================================
--- benchmarks/benchmark-fwk/trunk/cache-products/infinispan-4.0.0/conf/udp-dist-async-l1.xml	2009-10-29 13:33:04 UTC (rev 8274)
+++ benchmarks/benchmark-fwk/trunk/cache-products/infinispan-4.0.0/conf/udp-dist-async-l1.xml	2009-10-29 17:07:51 UTC (rev 8275)
@@ -14,7 +14,7 @@
    <default>
       <locking
             lockAcquisitionTimeout="240000"
-            concurrencyLevel="50000"/>
+            concurrencyLevel="50000" useLockStriping="false"/>
       <transaction
             transactionManagerLookupClass="org.infinispan.transaction.lookup.GenericTransactionManagerLookup"
             syncRollbackPhase="false"
Modified: benchmarks/benchmark-fwk/trunk/cache-products/infinispan-4.0.0/conf/udp-dist-async-nol1.xml
===================================================================
--- benchmarks/benchmark-fwk/trunk/cache-products/infinispan-4.0.0/conf/udp-dist-async-nol1.xml	2009-10-29 13:33:04 UTC (rev 8274)
+++ benchmarks/benchmark-fwk/trunk/cache-products/infinispan-4.0.0/conf/udp-dist-async-nol1.xml	2009-10-29 17:07:51 UTC (rev 8275)
@@ -14,7 +14,7 @@
    <default>
       <locking
             lockAcquisitionTimeout="240000"
-            concurrencyLevel="50000"/>
+            concurrencyLevel="50000" useLockStriping="false"/>
       <transaction
             transactionManagerLookupClass="org.infinispan.transaction.lookup.GenericTransactionManagerLookup"
             syncRollbackPhase="false"
Modified: benchmarks/benchmark-fwk/trunk/cache-products/infinispan-4.0.0/conf/udp-dist-sync-l1.xml
===================================================================
--- benchmarks/benchmark-fwk/trunk/cache-products/infinispan-4.0.0/conf/udp-dist-sync-l1.xml	2009-10-29 13:33:04 UTC (rev 8274)
+++ benchmarks/benchmark-fwk/trunk/cache-products/infinispan-4.0.0/conf/udp-dist-sync-l1.xml	2009-10-29 17:07:51 UTC (rev 8275)
@@ -14,7 +14,7 @@
    <default>
       <locking
             lockAcquisitionTimeout="240000"
-            concurrencyLevel="50000"/>
+            concurrencyLevel="50000" useLockStriping="false"/>
       <transaction
             transactionManagerLookupClass="org.infinispan.transaction.lookup.GenericTransactionManagerLookup"
             syncRollbackPhase="false"
Modified: benchmarks/benchmark-fwk/trunk/cache-products/infinispan-4.0.0/conf/udp-dist-sync-nol1.xml
===================================================================
--- benchmarks/benchmark-fwk/trunk/cache-products/infinispan-4.0.0/conf/udp-dist-sync-nol1.xml	2009-10-29 13:33:04 UTC (rev 8274)
+++ benchmarks/benchmark-fwk/trunk/cache-products/infinispan-4.0.0/conf/udp-dist-sync-nol1.xml	2009-10-29 17:07:51 UTC (rev 8275)
@@ -14,7 +14,7 @@
    <default>
       <locking
             lockAcquisitionTimeout="240000"
-            concurrencyLevel="50000"/>
+            concurrencyLevel="50000" useLockStriping="false"/>
       <transaction
             transactionManagerLookupClass="org.infinispan.transaction.lookup.GenericTransactionManagerLookup"
             syncRollbackPhase="false"
    
    
More information about the jbosscache-commits
mailing list