rmuir opened a new issue, #11925: URL: https://github.com/apache/lucene/issues/11925
### Description error-prone runs extremely slowly because on an N-core computer, it spins up N/2 jvms, each one ergonomically sized for N as far as compiler threads etc. And it uselessly enables C2 compiler and G1 garbage collector. when error-prone runs on my computer, the desktop gets unresponsive, can't navigate or click links or do anything else... it also has painfully slow execution due to these problems. we need to pass this thing the usual stuff at least: `-XX:+UseParallelGC -XX:TieredStopAtLevel=1 -XX:ActiveProcessorCount=1`. -- 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.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