Increate max metaspace of the Gradle daemon
This commit is contained in:
parent
01472206d3
commit
b7570b0f29
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@
|
|||
# Gradle properties
|
||||
org.gradle.caching=true
|
||||
org.gradle.configureondemand=true
|
||||
org.gradle.jvmargs=-Xmx1G -Xms1G -XX:MaxMetaspaceSize=512M -XX:+HeapDumpOnOutOfMemoryError -Duser.language=en -Duser.country=US -Dfile.encoding=UTF-8
|
||||
org.gradle.jvmargs=-Xmx1G -Xms1G -XX:MaxMetaspaceSize=1G -XX:+HeapDumpOnOutOfMemoryError -Duser.language=en -Duser.country=US -Dfile.encoding=UTF-8
|
||||
org.gradle.parallel=true
|
||||
org.gradle.priority=normal
|
||||
# -> Unsupported
|
||||
|
|
Loading…
Reference in a new issue