Skip to content

Instantly share code, notes, and snippets.

@j14159
Created July 27, 2014 23:40
Show Gist options
  • Save j14159/ab55d058c118f57075ae to your computer and use it in GitHub Desktop.
Save j14159/ab55d058c118f57075ae to your computer and use it in GitHub Desktop.
my-dispatcher {
type = Dispatcher
executor = "fork-join-executor"
fork-join-executor {
parallelism-min = 2
//2 threads per core
parallelism-factor = 2.0
// The max that the dispatcher will create:
parallelism-max = 8
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment