Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci(build): Lower gradle workers to max 2 #3814

Merged
merged 10 commits into from
Oct 23, 2024
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
Loading