mirror of https://github.com/apache/lucene.git
LUCENE-9174: Bump default gradle memory to 2g
This commit is contained in:
parent
fd49c903b8
commit
6f85ec0460
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue