Skip to content

Commit 906bce8

Browse files
committed
Set send buffer size in JGroups configuration to avoid warning
1 parent faad16a commit 906bce8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/main/resources/jgroups-multicast-stream-perf-test.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
thread_pool.max_threads="10"
77
mcast_recv_buf_size="200000"
88
ucast_recv_buf_size="200000"
9+
mcast_send_buf_size="200000"
10+
ucast_send_buf_size="200000"
911
/>
1012
<PING />
1113
<MERGE3 max_interval="30000"
@@ -24,4 +26,4 @@
2426
min_threshold="0.4"/>
2527
<FRAG2 frag_size="60K" />
2628
<pbcast.STATE_TRANSFER />
27-
</config>
29+
</config>

0 commit comments

Comments
 (0)