Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build projects in parallel #825

Closed
mickaelistria opened this issue Oct 10, 2018 · 1 comment
Closed

Build projects in parallel #825

mickaelistria opened this issue Oct 10, 2018 · 1 comment

Comments

@mickaelistria
Copy link
Contributor

By setting 3 preferences, Java/Maven projects can be built in parallel. This document shows how it performs in the Eclipse IDE with a 10-40% gain depending on the project https://bugs.eclipse.org/bugs/show_bug.cgi?id=531554#c22 . So far, no issue was found with parallel builds, neither in workpsace, nor in JDT, nor in m2e.
JDT-LS should consider switching to parallel builds for better performance.

@fbricon
Copy link
Contributor

fbricon commented Dec 18, 2018

Closed with #896.

A new java.maxConcurrentBuilds (defaults to 1) allows clients/users to enable concurrent builds. maxConcurrentBuilds should be limited to the max number of CPU threads.

@fbricon fbricon closed this as completed Dec 18, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants