Thanks, Johan. I did see that page, but if I understand the dispatcher config, the actor name you can define can't be a pattern? We define many actors without simple names like "myActor". In order to define a dispatcher for these actors, I presume I'd need to make a code change to use that dispatcher when the actors are created?
Long term, that's what I'll want to do. Short term, I was hoping to find a pure config way to fix this. Would be happy to override the default dispatcher's config, if that were possible, for a short-term fix. On Mon, Apr 18, 2016 at 12:08 PM, Johan Andrén <[email protected]> wrote: > 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 a topic in the > Google Groups "Akka User List" group. > To unsubscribe from this topic, visit > https://groups.google.com/d/topic/akka-user/m1USxQbXIiM/unsubscribe. > To unsubscribe from this group and all its topics, 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. > -- >>>>>>>>>> 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.
