alextu commented on a change in pull request #277: URL: https://github.com/apache/solr/pull/277#discussion_r699108383
########## File path: gradle/generate-defaults.gradle ########## @@ -42,6 +42,7 @@ configure(rootProject) { "systemProp.file.encoding=UTF-8", "org.gradle.jvmargs=-Xmx3g", // TODO figure out why "gradlew check" runs out of memory if 2g "org.gradle.parallel=true", + "org.gradle.caching=true", Review comment: Right, so if you're afraid of this, I can remove this setting and you can enable it through the command line when building, check after a few weeks of dev if it's acceptable. It's hard to predict the size, currently I see on my machine it's about 400Mb (after removing the cache directory and running a few solr builds) -- 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...@solr.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org For additional commands, e-mail: issues-h...@solr.apache.org