rmuir commented on PR #11927: URL: https://github.com/apache/lucene/pull/11927#issuecomment-1314381799
OK i sped up the non-errorprone case too. It is best not to fork at all, forking is not wanted or helpful (but when it happens, we want reasonable options set). Instead, tuning options should be applied to `org.gradle.jvmargs`. Personally I've been doing this for over a year already, but i wiped my customizations in order to benchmark and make it faster for everyone: error-prone disabled: main: ``` BUILD SUCCESSFUL in 5m 18s Aggregate task times (possibly running in parallel!): 100.78 sec. compileJava 73.49 sec. compileTestJava ``` patch: ``` BUILD SUCCESSFUL in 4m 14s Aggregate task times (possibly running in parallel!): 65.63 sec. compileJava 60.94 sec. compileTestJava ``` -- 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