[jboss-cvs] JBossAS SVN: r93619 - branches/JBPAPP_5_0/cluster/src/resources/jgroups.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Sep 16 13:08:31 EDT 2009


Author: bstansberry at jboss.com
Date: 2009-09-16 13:08:31 -0400 (Wed, 16 Sep 2009)
New Revision: 93619

Modified:
   branches/JBPAPP_5_0/cluster/src/resources/jgroups/jgroups-channelfactory-stacks.xml
Log:
Tweak OOB pools. 1000 max threads is extreme since multiple threads can no longer get tied up blocking in UNICAST/NAKACK

Modified: branches/JBPAPP_5_0/cluster/src/resources/jgroups/jgroups-channelfactory-stacks.xml
===================================================================
--- branches/JBPAPP_5_0/cluster/src/resources/jgroups/jgroups-channelfactory-stacks.xml	2009-09-16 16:52:08 UTC (rev 93618)
+++ branches/JBPAPP_5_0/cluster/src/resources/jgroups/jgroups-channelfactory-stacks.xml	2009-09-16 17:08:31 UTC (rev 93619)
@@ -33,7 +33,7 @@
 		      
 		     oob_thread_pool.enabled="true"
 		     oob_thread_pool.min_threads="20"
-		     oob_thread_pool.max_threads="1000"
+		     oob_thread_pool.max_threads="200"
 		     oob_thread_pool.keep_alive_time="1000"
 		     oob_thread_pool.queue_enabled="false"
 		     oob_thread_pool.rejection_policy="discard"/>
@@ -134,8 +134,8 @@
              thread_pool.rejection_policy="discard"
       
              oob_thread_pool.enabled="true"
-             oob_thread_pool.min_threads="1"
-             oob_thread_pool.max_threads="1000"
+             oob_thread_pool.min_threads="8"
+             oob_thread_pool.max_threads="200"
              oob_thread_pool.keep_alive_time="1000"
              oob_thread_pool.queue_enabled="false"
              oob_thread_pool.rejection_policy="discard"/>
@@ -201,8 +201,8 @@
     		        thread_pool.rejection_policy="discard"
     		
     		        oob_thread_pool.enabled="true"
-    		        oob_thread_pool.min_threads="1"
-    		        oob_thread_pool.max_threads="1000"
+    		        oob_thread_pool.min_threads="20"
+    		        oob_thread_pool.max_threads="200"
     		        oob_thread_pool.keep_alive_time="1000"
     		        oob_thread_pool.queue_enabled="false"
     		        oob_thread_pool.rejection_policy="discard"/>
@@ -267,8 +267,8 @@
 		           thread_pool.rejection_policy="discard"
 		
                  oob_thread_pool.enabled="true"
-		           oob_thread_pool.min_threads="1"
-		           oob_thread_pool.max_threads="1000"
+		           oob_thread_pool.min_threads="20"
+		           oob_thread_pool.max_threads="200"
 		           oob_thread_pool.keep_alive_time="1000"
 		           oob_thread_pool.queue_enabled="false"
 		           oob_thread_pool.rejection_policy="discard"/>
@@ -346,8 +346,8 @@
 		           thread_pool.rejection_policy="discard"
 		
 		           oob_thread_pool.enabled="true"
-		           oob_thread_pool.min_threads="1"
-		           oob_thread_pool.max_threads="1000"
+		           oob_thread_pool.min_threads="20"
+		           oob_thread_pool.max_threads="200"
 		           oob_thread_pool.keep_alive_time="1000"
 		           oob_thread_pool.queue_enabled="false"
 		           oob_thread_pool.rejection_policy="discard"/>




More information about the jboss-cvs-commits mailing list