Try to use less memory and still using // gradle workers

This commit is contained in:
Vincent Brison 2021-11-22 16:26:52 +01:00
parent 0ee88b43ff
commit 2cd353c8b6
1 changed files with 6 additions and 3 deletions

View File

@ -6,12 +6,15 @@
# http://www.gradle.org/docs/current/userguide/build_environment.html
# Specifies the JVM arguments used for the daemon process.
# The setting is particularly useful for tweaking memory settings.
org.gradle.jvmargs=-Xmx3g
org.gradle.workers.max=3
# https://developer.android.com/studio/build/optimize-your-build
# https://github.com/Kotlin/dokka/issues/1405
org.gradle.jvmargs=-Xmx1536m -XX:MaxMetaspaceSize=512m -XX:+UseParallelGC
# https://docs.gradle.org/current/userguide/build_cache.html
org.gradle.caching=true
# When configured, Gradle will run in incubating parallel mode.
# This option should only be used with decoupled projects. More details, visit
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
# org.gradle.parallel=true
org.gradle.parallel=true
# AndroidX package structure to make it clearer which packages are bundled with the
# Android operating system, and which are packaged with your app's APK
# https://developer.android.com/topic/libraries/support-library/androidx-rn