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

jbosscache-commits at lists.jboss.org jbosscache-commits at lists.jboss.org
Wed Sep 10 12:39:34 EDT 2008


Author: mircea.markus
Date: 2008-09-10 12:39:34 -0400 (Wed, 10 Sep 2008)
New Revision: 6706

Modified:
   benchmarks/benchmark-fwk/trunk/cache-products/jbosscache-3.0.0/conf/mvcc-repl-async.xml
Log:
added FC to prevent OOM

Modified: benchmarks/benchmark-fwk/trunk/cache-products/jbosscache-3.0.0/conf/mvcc-repl-async.xml
===================================================================
--- benchmarks/benchmark-fwk/trunk/cache-products/jbosscache-3.0.0/conf/mvcc-repl-async.xml	2008-09-10 14:28:56 UTC (rev 6705)
+++ benchmarks/benchmark-fwk/trunk/cache-products/jbosscache-3.0.0/conf/mvcc-repl-async.xml	2008-09-10 16:39:34 UTC (rev 6706)
@@ -25,7 +25,8 @@
          <UNICAST timeout="300,600,1200,2400,3600"/>
          <pbcast.STABLE desired_avg_gossip="50000" max_bytes="400000" stability_delay="1000"/>
          <pbcast.GMS join_timeout="5000" print_local_addr="true" shun="false" view_ack_collection_timeout="5000"
-                     view_bundling="true"/>
+                     view_bundling="true"/>
+         <FC max_credits="12000000" min_threshold="0.1"/>
          <FRAG2 frag_size="60000"/>
          <pbcast.STREAMING_STATE_TRANSFER use_reading_thread="true"/>
          <pbcast.FLUSH timeout="0"/>




More information about the jbosscache-commits mailing list