Skip to content

Instantly share code, notes, and snippets.

@ipolyzos
Last active July 23, 2019 15:15
Show Gist options
  • Save ipolyzos/3b32ed7f6075babc28009e7d3cf887db to your computer and use it in GitHub Desktop.
Save ipolyzos/3b32ed7f6075babc28009e7d3cf887db to your computer and use it in GitHub Desktop.
Change the Fork-Join Pool parallelism level
# e.g
System.setProperty("java.util.concurrent.ForkJoinPool.common.parallelism","8");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment