dweiss commented on PR #12131: URL: https://github.com/apache/lucene/pull/12131#issuecomment-2080376757
if your file is in git, adding it to .gitignore doesn't make local changes ignorable - it's still versioned and git status would show it as modified. I have not found a way to override some of those properties using other means (environment variables or another file). This was a while ago - maybe something has changed, worth checking. The most problematic machine specific setting is this one: ``` # Maximum number of parallel gradle workers. org.gradle.workers.max=12 ``` And you can't set it from within gradle (it has to be in that file). Some people have machines with 64 cores, some have machines with 4 cores - there is no preset that will work for everyone, that's why it's computed. -- 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