Add jvmargs to gradle.properties to provide more RAM when building (#642)
* Add jvmargs to gradle.properties to provide more RAM when building * Update gradle.properties * Update gradle.properties * Update gradle.properties
This commit is contained in:
parent
9a5954a8ff
commit
817094a0f4
|
@ -1,2 +1,5 @@
|
|||
org.gradle.parallel=true
|
||||
org.gradle.caching=true
|
||||
|
||||
# Gradle default is 256m which causes issues with our build - https://docs.gradle.org/current/userguide/build_environment.html#sec:configuring_jvm_memory
|
||||
org.gradle.jvmargs=-XX:MaxMetaspaceSize=512m
|
||||
|
|
Loading…
Reference in New Issue