[jboss-user] [Clustering/JBoss] - Re: Farm deployement problem
bstansberry@jboss.com
do-not-reply at jboss.com
Sun Sep 17 16:34:54 EDT 2006
Woah, sorry guys -- the example UDP config I posted before had the send and recieve buffer sizes reversed!!! Something like this is more appropriate:
| <UDP mcast_addr="${jboss.partition.udpGroup:228.1.2.3}"
| mcast_port="45566"
| ip_ttl="${jgroups.mcast.ip_ttl:8}" ip_mcast="true"
| mcast_recv_buf_size="2000000" mcast_send_buf_size="640000"
| ucast_recv_buf_size="2000000" ucast_send_buf_size="640000"
| loopback="false"/>
Here I'm using ~ 2MB for receive buffers, not 25MB and definitely not 25MB for send!
Scott, maybe that will make my comment on the sizes more coherent. Or maybe less coherent. ;)
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3972164#3972164
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3972164
More information about the jboss-user
mailing list