typesafehub / akka-contrib-extra

ConductR Akka contributions
Other
9 stars 16 forks source link

Fix Blocking Dispatcher's configuration - Fixes #58 #59

Closed fsat closed 7 years ago

fsat commented 7 years ago

Use a fixed pool size to support 50 processes at maximum.

The 50 processes number is selected as it will consume ~25MiB of heap.

fsat commented 7 years ago

Fixed up the comment as per https://github.com/typesafehub/akka-contrib-extra/pull/59#discussion_r131813161

fsat commented 7 years ago

Fixes #58