Skip to content

Commit

Permalink
try only two workers
Browse files Browse the repository at this point in the history
  • Loading branch information
krystofwoldrich committed Oct 23, 2024
1 parent 5add1da commit 4767848
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
Expand Up @@ -3,6 +3,9 @@ org.gradle.jvmargs=-Xmx12g -XX:MaxMetaspaceSize=4g -XX:+CrashOnOutOfMemoryError
org.gradle.caching=true
org.gradle.parallel=true

# Daemons workers
org.gradle.workers.max=2

# AndroidX required by AGP >= 3.6.x
android.useAndroidX=true

Expand Down

0 comments on commit 4767848

Please sign in to comment.