typesafehub / akka-contrib-extra

ConductR Akka contributions
Other
9 stars 16 forks source link

Blocking IO dispatcher is misconfigured for its max values #58

Closed huntc closed 7 years ago

huntc commented 7 years ago

We need to set the following for the blocking io dispatcher thread to kick in its set of max pool size values. If we don't then we end up supporting only about 15 processes per agent in ConductR as the default queue size of -1 will prevent the max values from being used.

akka.process.blocking-process.blocking-io-dispatcher.thread-pool-executor.task-queue-size=1