You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@lucene.apache.org by GitBox <gi...@apache.org> on 2021/04/13 18:43:02 UTC

[GitHub] [lucene] dweiss commented on a change in pull request #82: LUCENE-9928: speed up analysis/icu regeneration

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:
users@infra.apache.org



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