Last active
August 29, 2015 14:20
-
-
Save huafengw/9d3fef141937a375afc9 to your computer and use it in GitHub Desktop.
sol_storm_acker_on.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
metrics.enabled: true | |
metrics.poll: 5000 # 60 secs | |
metrics.time: 600000 # 10 mins | |
metrics.path: "reports" | |
# topology configurations | |
topology.workers: 16 | |
topology.acker.executors: 48 | |
topology.max.spout.pending: 1000 | |
topology.executor.receive.buffer.size: 16384 | |
topology.executor.send.buffer.size: 16384 | |
storm.messaging.netty.buffer_size: 4194304 | |
topology.name: "SOL" | |
benchmarks.level: 2 | |
message.size: 100 | |
component.spout_num: 48 | |
component.bolt_num: 48 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment