dweiss commented on issue #15313:
URL: https://github.com/apache/lucene/issues/15313#issuecomment-3384222563
the worker count is for gradle ("Sets the maximum number of workers that
Gradle may use."). Those workers can be used by any parallel tasks - not just
tests. The property tests.jvms is ours and is applied to this:
https://docs.gradle.org/current/dsl/org.gradle.api.tasks.testing.Test.html#org.gradle.api.tasks.testing.Test:maxParallelForks
which, I believe, translates to how many of those "worker threads" the Test
task can use/ acquire. I'm not sure how it's implemented internally, I'd have
to take a look.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]