dweiss commented on a change in pull request #82:
URL: https://github.com/apache/lucene/pull/82#discussion_r612692200



##########
File path: gradle/generation/icu.gradle
##########
@@ -215,6 +217,7 @@ configure(project(":lucene:analysis:icu")) {
       project.quietExec {
         executable "make"
         workingDir icuSrcDir
+        // TODO: use tests.jvms or similar instead of hardcoding at 4

Review comment:
       "-j${propertyOrDefault('tests.jvms', '4')" should work? You could also 
set it to processor count (via runtime)? tests.jvms may be a reasonable default.




-- 
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.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org
For additional commands, e-mail: issues-h...@lucene.apache.org

Reply via email to