Skip to content

Commit

Permalink
ci(build): Lower gradle workers to max 2 (#3814)
Browse files Browse the repository at this point in the history
  • Loading branch information
krystofwoldrich authored Oct 23, 2024
1 parent 4988d5b commit 28b6ac9
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 28b6ac9

Please sign in to comment.