[heads up] Tweaks to gradle.properties
Dawid Weiss <[email protected]>
| Newsgroups | gmane.comp.jakarta.lucene.devel |
|---|---|
| Message-ID | <CAM21Rt9gzNYyDGqa_EistaQi9ODtbzMS8hiC6NiNttmf+URWjQ@mail.gmail.com> |
Hello everyone, You may want to alter your local gradle.properties file and remove -XX:ActiveProcessorCount=1 setting (or remove this file and regenerate it from scratch). It seems to improve the performance of gradle a bit on multi-core systems. I left -XX:+UseParallelGC in as it doesn't seem to make any difference. https://github.com/apache/lucene/issues/14829 Dawid