Skip to content

Commit

Permalink
Try using low Gradle priority instead of capping workers (#1538)
Browse files Browse the repository at this point in the history
  • Loading branch information
Anuraag Agrawal committed Nov 3, 2020
1 parent 7b64184 commit 4e50e64
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
org.gradle.parallel=true
org.gradle.caching=true

# limiting the number of parallel workers helps to keep your machine responsive during builds
# see https://github.com/gradle/gradle/issues/14224
org.gradle.workers.max=2
org.gradle.priority=low

# 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 4e50e64

Please sign in to comment.