Hi Steve, Did you have a look at the docs about dispatcher configuration? http://doc.akka.io/docs/akka/2.4.2/scala/dispatchers.html#default-dispatcher
-- Johan Andrén Akka Team, Lightbend Inc. On Sunday, April 17, 2016 at 3:29:49 PM UTC+2, Steve Rehrauer wrote: > > I have an application that doesn't specify a custom dispatcher. > > We see the number of threads maxing out at 50, and would like to increase > it. > > This doesn't seem to line up with any of the default config I see in > Akka? I see > > akka.actor.default-dispatcher.fork-join-executor.parallelism-max = 64 > > and I've tried raising this particular config, but still don't see more > than 50 active threads. > > How can I affect this? > -- >>>>>>>>>> Read the docs: http://akka.io/docs/ >>>>>>>>>> Check the FAQ: >>>>>>>>>> http://doc.akka.io/docs/akka/current/additional/faq.html >>>>>>>>>> Search the archives: https://groups.google.com/group/akka-user --- You received this message because you are subscribed to the Google Groups "Akka User List" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/akka-user. For more options, visit https://groups.google.com/d/optout.
