Skip to content

Commit 8db1634

Browse files
author
Nathan Marz
committed
optimize the receive buffer size
1 parent 4011a6d commit 8db1634

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

conf/defaults.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ topology.fall.back.on.java.serialization: true
8787
topology.worker.childopts: null
8888
topology.executor.receive.buffer.size: 8192 #batched
8989
topology.executor.send.buffer.size: 16384 #individual messages
90-
topology.receiver.buffer.size: 1 #individual messages
90+
topology.receiver.buffer.size: 8 # setting it too high causes a lot of problems (heartbeat thread gets starved, throughput plummets)
9191
topology.transfer.buffer.size: 32 # batched
9292

9393
dev.zookeeper.path: "/tmp/dev-storm-zookeeper"

0 commit comments

Comments
 (0)