dweiss commented on PR #14824:
URL: https://github.com/apache/lucene/pull/14824#issuecomment-2991939497

   ```
   > time ./gradlew clean checkGoogleJavaFormat  --no-daemon
   real    0m13.884s
   user    1m14.370s
   sys     0m8.233s
   
   > time ./gradlew clean spotlessJavaCheck --no-daemon
   real    0m29.668s
   user    1m27.121s
   sys     0m8.733s
   ```
   
   I had to remove ```-XX:ActiveProcessorCount=1``` from gradle.properties for 
the above. I think this setting for some reason makes gradle sluggish and 
unpredictable (the timings vary a lot).


-- 
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: issues-unsubscr...@lucene.apache.org

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