You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is also the java.util.concurrent.ForkJoinPool.common.maximumSpares system property. If we can set it before ForkJoinPool class is loaded, then that would work.
If it cannot be achieved, then I will add it to documentation.
Feature description
Use only single (main) thread for POJA applications. It seems this could be achieved with
-XX:ActiveProcessorCount=1
. Not sure about other ways.The text was updated successfully, but these errors were encountered: