LUCENE-9174: Bump default gradle memory to 2g

This commit is contained in:
Dawid Weiss 2020-01-26 18:27:41 +01:00
parent fd49c903b8
commit 6f85ec0460
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ if (!hasDefaults) {
"# See gradlew :helpLocalSettings for more information.",
"systemProp.file.encoding=UTF-8",
"org.gradle.daemon=true",
"org.gradle.jvmargs=-Xmx1g",
"org.gradle.jvmargs=-Xmx2g",
"org.gradle.parallel=true",
"org.gradle.priority=normal",
"org.gradle.warning.mode=none", // Silence gradle warnings. We'll deal with them when we upgrade the wrapper.