Created
November 11, 2023 12:07
-
-
Save deveshmittal/d8bf80805256d6f17687b3736cce7f92 to your computer and use it in GitHub Desktop.
Use level gradle (~/.gradle/gradle.properties) settings for devesh's macbook pro M3 MAX 36 GB unified memory
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| org.gradle.jvmargs=-Xms8g -Xmx16g -XX:+UseG1GC -XX:MetaspaceSize=512m -XX:MaxMetaspaceSize=1g -XX:+TieredCompilation -XX:+UseStringDeduplication -XX:ParallelGCThreads=8 -XX:+AggressiveOpts -Dfile.encoding=UTF-8 | |
| org.gradle.parallel=true | |
| org.gradle.configureondemand=true | |
| org.gradle.configuration-cache=true | |
| org.gradle.configuration-cache.problems=warn | |
| org.gradle.caching=true | |
| org.gradle.caching.debug=false | |
| org.gradle.daemon.idletimeout=172800000 | |
| org.gradle.continuous.quietperiod=30 | |
| android.useAndroidX=true | |
| kotlin.code.style=official | |
| android.nonTransitiveRClass=true |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment