source:
doc/theses/colby_parsons_MMath/benchmarks/actors/akka/Repeat/application.conf
| Last change on this file was f945fa7, checked in by , 13 hours ago | |
|---|---|
|
|
| File size: 260 bytes | |
| Line | |
|---|---|
| 1 | akka { |
| 2 | dispatcher { |
| 3 | type = Dispatcher |
| 4 | executor = "fork-join-executor" |
| 5 | fork-join-executor { |
| 6 | parallelism-factor = 2.0 |
| 7 | parallelism-min = 1 |
| 8 | parallelism-max = 1 |
| 9 | } |
| 10 | throughput = 20 |
| 11 | } |
| 12 | } |
Note:
See TracBrowser
for help on using the repository browser.