Skip to content

Instantly share code, notes, and snippets.

@ericliang
Created June 27, 2011 13:12
Show Gist options
  • Save ericliang/1048827 to your computer and use it in GitHub Desktop.
Save ericliang/1048827 to your computer and use it in GitHub Desktop.
jgroups-config-file-tcp-with-gossip-router
<config>
<TCP
loopback="true"
recv_buf_size="30000000"
send_buf_size="6400000"
discard_incompatible_packets="true"
max_bundle_size="64000"
max_bundle_timeout="30"
enable_bundling="true"
use_send_queues="false"
sock_conn_timeout="300"
thread_pool.enabled="true"
thread_pool.min_threads="5"
thread_pool.max_threads="32"
thread_pool.keep_alive_time="5000"
thread_pool.queue_enabled="false"
thread_pool.queue_max_size="100"
thread_pool.rejection_policy="run"
oob_thread_pool.enabled="true"
oob_thread_pool.min_threads="5"
oob_thread_pool.max_threads="32"
oob_thread_pool.keep_alive_time="5000"
oob_thread_pool.queue_enabled="false"
oob_thread_pool.queue_max_size="100"
oob_thread_pool.rejection_policy="Run"/>
<TCPGOSSIP timeout="4000" initial_hosts="topic-gossip101[12001]" num_initial_members="15"/>
<MERGE2 max_interval="30000" min_interval="10000"/>
<FD timeout="5000" max_tries="4"/>
<VERIFY_SUSPECT timeout="3000" />
<pbcast.NAKACK use_mcast_xmit="false" gc_lag="100" retransmit_timeout="600,1200,2400,4800" discard_delivered_msgs="true"/>
<pbcast.STABLE stability_delay="1000" desired_avg_gossip="40000" max_bytes="16000000" />
<pbcast.GMS print_local_addr="true" join_timeout="5000" />
<FC max_credits="10000000" min_threshold="0.40"/>
<FRAG2 frag_size="60000" />
<pbcast.STREAMING_STATE_TRANSFER/>
</config>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment