He-Pin commented on code in PR #1724:
URL: https://github.com/apache/pekko/pull/1724#discussion_r1920625671


##########
docs/src/main/paradox/typed/dispatchers.md:
##########
@@ -127,13 +127,18 @@ allocated by the ForkJoinPool. It is a setting 
specifically talking about the nu
 threads the pool will 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.
+Experimental: When Running on Java 21+, you can use `virtualize=on` to enable 
the virtual threads feature. 

Review Comment:
   ```suggestion
   Experimental: When Running on Java 21+, you can use `virtualize=on` to 
enable the virtual threads feature. 
   
   ```



-- 
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

Reply via email to