dweiss commented on issue #11925: URL: https://github.com/apache/lucene/issues/11925#issuecomment-1312774179
I think this is what you wanted, @rmuir https://github.com/apache/lucene/pull/11927 This tweaks jvm options of every javac task. I think the slowdown you're observing is not just because of jvm options but a side-effect of the fact that running with spotless triggers all of those javac tasks to be forked (they mess with bootclasspath, I think). By default javac runs in-process with gradle and this is faster on my machine (regardless of what jvm options I pass). If you take a peek at the patch, you can force everything to be forked but I'm not sure if it makes sense. Hope it helps! -- 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