Skip to content

Instantly share code, notes, and snippets.

@deveshmittal
Created November 11, 2023 12:07
Show Gist options
  • Select an option

  • Save deveshmittal/d8bf80805256d6f17687b3736cce7f92 to your computer and use it in GitHub Desktop.

Select an option

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
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