Skip to content

Commit

Permalink
Run tests with parallel GC
Browse files Browse the repository at this point in the history
  • Loading branch information
MiSikora committed Jun 2, 2021
1 parent a36e048 commit 82ed959
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
Expand Up @@ -17,7 +17,7 @@ POM_DEVELOPER_NAME=Michal Sikora

# Increase the build VMs heap size. Default is 512m.
# Increase metaspace for Dokka https://github.com/Kotlin/dokka/issues/1405
org.gradle.jvmargs=-Xmx2g -XX:MaxMetaspaceSize=1g
org.gradle.jvmargs=-Xmx2g -XX:MaxMetaspaceSize=1g -XX:+UseParallelGC
org.gradle.parallel=true

android.useAndroidX=true
Expand Down

0 comments on commit 82ed959

Please sign in to comment.