Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ## For more details on how to configure your build environment visit
- # 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.
- # Default value: -Xmx1024m -XX:MaxPermSize=256m
- # org.gradle.jvmargs=-Xmx2048m -XX:MaxPermSize=512m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8
- #
- # 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
- #Fri Aug 07 12:54:47 CLT 2020
- # Android options
- android.useAndroidX=true
- android.databinding.incremental=true
- # My super-efficient config:
- org.gradle.caching=true
- org.gradle.parallel=true
- org.gradle.configureondemand=true
- org.gradle.console=rich
- org.gradle.daemon.idletimeout=72000000
- # Turn on warnings to check for deprecation options
- # org.gradle.warning.mode=all
- # Kotlin code style for this project: "official" or "obsolete":
- kotlin.code.style=official
- # Kotlin build options
- kotlin.caching.enabled=true
- kotlin.incremental=true
- kotlin.incremental.js=true
- # JVM args for OpenJDK Hotspot:
- # org.gradle.java.home=/home/$USER/.jdks/[JDK_DIR] - opcional si se usa Gradle además *aparte* de Android Studio o IDEA
- org.gradle.jvmargs=-Dkotlin.daemon.jvm.options=-Xms256m,-Xmx2g,-XX:+UseParallelGC,-XX:ReservedCodeCacheSize=384m,-XX:+UseCodeCacheFlushing,-Xshare:auto -Xms512m -Xmx4g -XX:+UseParallelGC -XX:ReservedCodeCacheSize=512m -XX:+UseCodeCacheFlushing -Xshare:auto -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8 -Djava.net.preferIPv6Addresses=true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement