Re: [akka-user] Can't configure min thread number

2017-04-03 Thread Patrik Nordwall
Fork Join Pool will not pre-allocate threads. It will also stop threads when they are not used. That configuration is correct, it will allocate up to 50 threads (possibly more if you use some special Scala constructs). If the reason for 50 threads is that you are doing blocking I strongly advice t

[akka-user] Can't configure min thread number

2017-04-02 Thread Thibault Meyer
Hi, I'm using Akka 2.4.17 and I try to configure the "default-dispatcher" to have at least 50 thread (arbitrary). But Java Mission Control only show 6 or 8. How I can pre-allocate a pool of 50 ready to go threads ? Thanks *MainEntry.java* /** * Entry point. * * @param args The program