Skip to content

Commit

Permalink
Add jvmargs to gradle.properties to provide more RAM when building (#642
Browse files Browse the repository at this point in the history
)

* Add jvmargs to gradle.properties to provide more RAM when building

* Update gradle.properties

* Update gradle.properties

* Update gradle.properties
  • Loading branch information
Anuraag Agrawal committed Jul 7, 2020
1 parent 9a5954a commit 817094a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 817094a

Please sign in to comment.