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
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: