I know that
The JVM maintains a pool of platform threads, created and maintained by a dedicated ForkJoinPool. Initially, the number of platform threads equals the number of CPU cores, and it cannot increase more than 256.
but i don't find how to config number of thread for this pool.
It helps to read the official documentation of
java.lang.Thread
:That means that you can change the maximum pool size when starting your application with