Skip to content

Commit

Permalink
added min_credits to jgroups tcp config, since a warning popped up sa…
Browse files Browse the repository at this point in the history
…ying that the fragmentation size was larger than min_credits and this could lead to deadlocks
  • Loading branch information
fasseg committed Feb 11, 2014
1 parent fbb2520 commit a977771
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -84,8 +84,8 @@
max_msg_batch_size="100"/>
<pbcast.STABLE stability_delay="500" desired_avg_gossip="5000" max_bytes="1m"/>
<pbcast.GMS print_local_addr="false" join_timeout="3000" view_bundling="true"/>
<UFC max_credits="200k" min_threshold="0.20"/>
<MFC max_credits="200k" min_threshold="0.20"/>
<UFC max_credits="200k" min_credits="64k" min_threshold="0.20"/>
<MFC max_credits="200k" min_credits="64k" min_threshold="0.20"/>
<FRAG2 frag_size="60000"/>
<RSVP timeout="60000" resend_interval="500" ack_on_delivery="false" />
</config>

0 comments on commit a977771

Please sign in to comment.