Skip to content

Commit

Permalink
feat: parallel garbage collector optimization
Browse files Browse the repository at this point in the history
  • Loading branch information
CraZyLegenD committed Jan 7, 2021
1 parent 0a13517 commit 98e8559
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
kapt.incremental.apt=true
org.gradle.jvmargs=-Xmx1536m
org.gradle.jvmargs=-Xmx1536m -XX:+UseParallelGC
android.useAndroidX=true
android.enableJetifier=true
org.gradle.parallel=true
Expand Down

0 comments on commit 98e8559

Please sign in to comment.