If you don't do any blocking then your max should be the number of cores you have and the factor about 0.6-0.7
-- Cheers, √ On Feb 16, 2016 5:17 PM, "Hareesh Jagannathan" <[email protected]> wrote: > See thats my problem. All i have is 8core CPU (3 nodes) so basically 24 > cores. > > I understood the below form documentation and blogs. > > Max*factor is most number of threads i can have. > Min*factor in minimum number of threads i can have. > > So what exactly would you recommend. also why is that i am able to see > only dispatchers and not threads in visual Vm. > > On Tuesday, February 16, 2016 at 9:33:17 AM UTC-6, Hareesh Jagannathan > wrote: >> >> Akka application spins a lot of new dispatchers overtime instead of >> reusing . The old dispatchers are going back to waiting state and never >> been reused or terminated. >> >> We use akka's default dispatcher with fork-join executors. we do override >> the default parallelism parameter between our actors based on actors >> purpose. >> >> Is there a configuration that we are missing that causing this issue? >> > -- > >>>>>>>>>> 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. > -- >>>>>>>>>> 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.
