OpenSearch/buildSrc
Jason Tedor 38b43c4a56
Limit the number of forks getting Java versions (#41386)
To reduce configuration time, we fork some threads to compute the Java
version for the various configured Javas. However, as the number of
JAVA${N}_HOME variable increases, the current implementation creates as
many threads as there are such variables, which could be more than the
number of physical cores on the machine. It is not likely that we would
see benefits to trying to execute all of these once beyond the number of
physical cores (maybe simultaneous multi-threading helps though, who
knows. Therefore, this commit limits the parallelization here to the
number number of physical cores.
2019-04-19 17:16:19 -04:00
..
src Limit the number of forks getting Java versions (#41386) 2019-04-19 17:16:19 -04:00
.gitignore Build: Add fake project to include buildSrc as normal project 2016-05-06 22:26:15 -07:00
build.gradle Clean up build tool dependencies (#41336) 2019-04-19 09:22:38 +03:00
version.properties Update apache httpclient to version 4.5.8 (#40875) 2019-04-05 13:48:10 -06:00