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

jbosscache-commits at lists.jboss.org jbosscache-commits at lists.jboss.org
Wed Apr 15 07:35:24 EDT 2009


Author: galder.zamarreno at jboss.com
Date: 2009-04-15 07:35:24 -0400 (Wed, 15 Apr 2009)
New Revision: 7984

Modified:
   benchmarks/benchmark-fwk/trunk/cache-products/jbosscache-1.4.1/conf/pess-repl-async.xml
Log:
Updated to JGroups 2.4.x configuration.

Modified: benchmarks/benchmark-fwk/trunk/cache-products/jbosscache-1.4.1/conf/pess-repl-async.xml
===================================================================
--- benchmarks/benchmark-fwk/trunk/cache-products/jbosscache-1.4.1/conf/pess-repl-async.xml	2009-04-15 11:34:36 UTC (rev 7983)
+++ benchmarks/benchmark-fwk/trunk/cache-products/jbosscache-1.4.1/conf/pess-repl-async.xml	2009-04-15 11:35:24 UTC (rev 7984)
@@ -15,29 +15,49 @@
       <attribute name="ClusterName">TreeCache-Cluster</attribute>
       <attribute name="ClusterConfig">
          <config>
-            <UDP mcast_addr="232.1.2.3" mcast_port="48866"
-                 ip_ttl="64" ip_mcast="true"
-                 mcast_send_buf_size="150000" mcast_recv_buf_size="80000"
-                 ucast_send_buf_size="150000" ucast_recv_buf_size="80000"
-                 loopback="false"/>
-            <PING timeout="2000" num_initial_members="3"
-                  up_thread="false" down_thread="false"/>
-            <MERGE2 min_interval="10000" max_interval="20000"/>
-            <FD_SOCK/>
-            <VERIFY_SUSPECT timeout="1500"
-                            up_thread="false" down_thread="false"/>
-            <pbcast.NAKACK gc_lag="50" retransmit_timeout="600,1200,2400,4800"
-                           max_xmit_size="8192" up_thread="false" down_thread="false"/>
-            <UNICAST timeout="600,1200,2400" window_size="100" min_threshold="10"
-                     down_thread="false"/>
-            <pbcast.STABLE desired_avg_gossip="20000"
-                           up_thread="false" down_thread="false"/>
-            <FRAG frag_size="8192"
-                  down_thread="false" up_thread="false"/>
-            <pbcast.GMS join_timeout="5000" join_retry_timeout="2000"
-                        shun="true" print_local_addr="true"/>
-            <pbcast.STATE_TRANSFER up_thread="true" down_thread="true"/>
-         </config>
+            <UDP mcast_addr="232.1.2.3" 
+                 mcast_port="48866"
+                 tos="8"
+                 ucast_recv_buf_size="20000000"
+                 ucast_send_buf_size="640000"
+                 mcast_recv_buf_size="25000000"
+                 mcast_send_buf_size="640000"
+                 loopback="false"
+                 discard_incompatible_packets="true"
+                 enable_bundling="true"
+                 max_bundle_size="64000"
+                 max_bundle_timeout="30"
+                 use_incoming_packet_handler="true"
+                 use_outgoing_packet_handler="false"
+                 ip_ttl="2"
+                 down_thread="false" up_thread="false"/>
+            <PING timeout="2000"
+                  down_thread="false" up_thread="false" num_initial_members="3"/>
+            <MERGE2 max_interval="100000"
+                    down_thread="false" up_thread="false" min_interval="20000"/>
+            <FD_SOCK down_thread="false" up_thread="false"/>
+            <FD timeout="10000" max_tries="5" down_thread="false" up_thread="false" shun="true"/>
+            <VERIFY_SUSPECT timeout="1500" down_thread="false" up_thread="false"/>
+            <pbcast.NAKACK max_xmit_size="60000"
+                      use_mcast_xmit="false" gc_lag="0"
+                      retransmit_timeout="300,600,1200,2400,4800"
+                      down_thread="false" up_thread="false"
+                      discard_delivered_msgs="true"/>
+            <UNICAST timeout="300,600,1200,2400,3600"
+                     down_thread="false" up_thread="false"/>
+            <pbcast.STABLE stability_delay="1000" desired_avg_gossip="50000"
+                      down_thread="false" up_thread="false"
+                      max_bytes="400000"/>
+             <pbcast.GMS print_local_addr="true" join_timeout="3000"
+                      down_thread="false" up_thread="false"
+                      join_retry_timeout="2000" shun="true"
+                      view_bundling="true"
+                      view_ack_collection_timeout="5000"/>
+             <FC max_credits="2000000" down_thread="false" up_thread="false"
+                 min_threshold="0.10"/>
+             <FRAG2 frag_size="60000" down_thread="false" up_thread="false"/>
+             <pbcast.STATE_TRANSFER down_thread="false" up_thread="false" use_flush="false"/>
+        </config>
       </attribute>
       <attribute name="FetchInMemoryState">false</attribute>
       <attribute name="InitialStateRetrievalTimeout">15000</attribute>




More information about the jbosscache-commits mailing list