He-Pin commented on code in PR #1724: URL: https://github.com/apache/pekko/pull/1724#discussion_r1920631243
########## docs/src/main/paradox/dispatchers.md: ########## @@ -42,6 +42,10 @@ allocated by the ForkJoinPool. It is a setting specifically talking about the nu threads the pool keep running in order to reduce the latency of handling a new incoming task. You can read more about parallelism in the JDK's [ForkJoinPool documentation](https://docs.oracle.com/javase/8/docs/api/java/util/concurrent/ForkJoinPool.html). +When Running on Java 9+, you can use `maximum-pool-size` to set the upper bound on the total number of threads allocated by the ForkJoinPool. Review Comment: Add a document about @pjfanning 's addition. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@pekko.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@pekko.apache.org For additional commands, e-mail: notifications-h...@pekko.apache.org