[jbosscache-commits] JBoss Cache SVN: r4820 - cache-bench-fwk/trunk/cache-products/jbosscache-2.0.0/conf.

jbosscache-commits at lists.jboss.org jbosscache-commits at lists.jboss.org
Fri Dec 7 11:28:03 EST 2007


Author: manik.surtani at jboss.com
Date: 2007-12-07 11:28:03 -0500 (Fri, 07 Dec 2007)
New Revision: 4820

Modified:
   cache-bench-fwk/trunk/cache-products/jbosscache-2.0.0/conf/pess-repl-async-br.xml
Log:


Modified: cache-bench-fwk/trunk/cache-products/jbosscache-2.0.0/conf/pess-repl-async-br.xml
===================================================================
--- cache-bench-fwk/trunk/cache-products/jbosscache-2.0.0/conf/pess-repl-async-br.xml	2007-12-07 15:58:12 UTC (rev 4819)
+++ cache-bench-fwk/trunk/cache-products/jbosscache-2.0.0/conf/pess-repl-async-br.xml	2007-12-07 16:28:03 UTC (rev 4820)
@@ -91,12 +91,15 @@
 
          use_concurrent_stack="true"
 
+	 recv_buf_size="20000000"
+	 send_buf_size="20000000"
+
          thread_pool.enabled="true"
          thread_pool.min_threads="2"
          thread_pool.max_threads="4"
          thread_pool.keep_alive_time="5000"
          thread_pool.queue_enabled="true"
-         thread_pool.queue_max_size="50000"
+         thread_pool.queue_max_size="100000"
          thread_pool.rejection_policy="discard"
 
          oob_thread_pool.enabled="true"
@@ -126,7 +129,7 @@
     <pbcast.GMS print_local_addr="true" join_timeout="3000"
                 shun="false"
                 view_bundling="true"/>
-    <FC max_credits="500000"
+    <FC max_credits="10000000"
                     min_threshold="0.20"/>
     <FRAG2 frag_size="60000"  />
     <pbcast.STATE_TRANSFER  />




More information about the jbosscache-commits mailing list