mirror of https://github.com/apache/lucene.git
LUCENE-9232: tone down daemon defaults in generated local settings.
This commit is contained in:
parent
22232a66dd
commit
491c99a3de
|
@ -39,12 +39,15 @@ if (!hasDefaults) {
|
|||
"# These settings have been generated automatically on the first run.",
|
||||
"# See gradlew :helpLocalSettings for more information.",
|
||||
"systemProp.file.encoding=UTF-8",
|
||||
"org.gradle.daemon=true",
|
||||
"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.
|
||||
"",
|
||||
"# You may disable the background daemon if it consumes too much memory.",
|
||||
"org.gradle.daemon=true",
|
||||
"org.gradle.daemon.idletimeout=900000", // timeout after 15 mins.
|
||||
"",
|
||||
"# Maximum number of parallel gradle workers.",
|
||||
"org.gradle.workers.max=${maxWorkers}",
|
||||
"",
|
||||
|
|
Loading…
Reference in New Issue