Commit 115a60aa authored by Mygod's avatar Mygod

Enable Parallel GC

parent 4c2adee9
...@@ -19,4 +19,4 @@ kapt.incremental.apt=true ...@@ -19,4 +19,4 @@ kapt.incremental.apt=true
# This option should only be used with decoupled projects. More details, visit # 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 # http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
# org.gradle.parallel=true # org.gradle.parallel=true
org.gradle.jvmargs=-Xmx1536m org.gradle.jvmargs=-Xmx1536m -XX:+UseParallelGC
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment