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

jbosscache-commits at lists.jboss.org jbosscache-commits at lists.jboss.org
Mon Sep 15 04:33:30 EDT 2008


Author: mircea.markus
Date: 2008-09-15 04:33:30 -0400 (Mon, 15 Sep 2008)
New Revision: 6718

Modified:
   benchmarks/benchmark-fwk/trunk/cache-products/jbosscache-3.0.0/conf/mvcc-repl-async.xml
Log:
chnaged config after review with bela

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-12 22:04:16 UTC (rev 6717)
+++ benchmarks/benchmark-fwk/trunk/cache-products/jbosscache-3.0.0/conf/mvcc-repl-async.xml	2008-09-15 08:33:30 UTC (rev 6718)
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<jbosscache xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="urn:jboss:jbosscache-core:config:3.0">
+<jbosscache xmlns="urn:jboss:jbosscache-core:config:3.0">
    <locking isolationLevel="REPEATABLE_READ" lockAcquisitionTimeout="10000" nodeLockingScheme="mvcc"/>
    <transaction transactionManagerLookupClass="org.jboss.cache.transaction.GenericTransactionManagerLookup"/>
    <stateRetrieval timeout="20000" fetchInMemoryState="false"/>
@@ -7,9 +7,9 @@
       <jgroupsConfig>
          <UDP discard_incompatible_packets="true" enable_bundling="true" enable_diagnostics="false" ip_ttl="2"
               loopback="false" max_bundle_size="64000" max_bundle_timeout="30" mcast_addr="228.10.10.10"
-              mcast_port="45588" mcast_recv_buf_size="25000000" mcast_send_buf_size="640000"
-              oob_thread_pool.enabled="true" oob_thread_pool.keep_alive_time="10000" oob_thread_pool.max_threads="4"
-              oob_thread_pool.min_threads="1" oob_thread_pool.queue_enabled="true" oob_thread_pool.queue_max_size="10"
+              mcast_port="45588" mcast_recv_buf_size="100000000" mcast_send_buf_size="640000"
+              oob_thread_pool.enabled="true" oob_thread_pool.keep_alive_time="10000" oob_thread_pool.max_threads="20"
+              oob_thread_pool.min_threads="8" oob_thread_pool.queue_enabled="false" oob_thread_pool.queue_max_size="10"
               oob_thread_pool.rejection_policy="Run" thread_naming_pattern="pl" thread_pool.enabled="true"
               thread_pool.keep_alive_time="30000" thread_pool.max_threads="25" thread_pool.min_threads="1"
               thread_pool.queue_enabled="true" thread_pool.queue_max_size="10" thread_pool.rejection_policy="Run"
@@ -25,14 +25,14 @@
          <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"/>
-         <FC max_credits="12000000" min_threshold="0.1"/>
+                     view_bundling="true"/>
+         <FC max_credits="5000000" min_threshold="0.2"/>
          <FRAG2 frag_size="60000"/>
          <pbcast.STREAMING_STATE_TRANSFER use_reading_thread="true"/>
          <pbcast.FLUSH timeout="0"/>
       </jgroupsConfig>
    </transport>
    <replication>
-      <async/>
+      <async />
    </replication>
 </jbosscache>




More information about the jbosscache-commits mailing list