[jbosscache-commits] JBoss Cache SVN: r4821 - 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:29:18 EST 2007


Author: manik.surtani at jboss.com
Date: 2007-12-07 11:29:18 -0500 (Fri, 07 Dec 2007)
New Revision: 4821

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

Modified: cache-bench-fwk/trunk/cache-products/jbosscache-2.0.0/conf/pess-repl-sync-br.xml
===================================================================
--- cache-bench-fwk/trunk/cache-products/jbosscache-2.0.0/conf/pess-repl-sync-br.xml	2007-12-07 16:28:03 UTC (rev 4820)
+++ cache-bench-fwk/trunk/cache-products/jbosscache-2.0.0/conf/pess-repl-sync-br.xml	2007-12-07 16:29:18 UTC (rev 4821)
@@ -32,12 +32,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"
@@ -67,7 +70,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