tuning gradle memory usage

This commit is contained in:
Mariotaku Lee 2017-03-05 23:11:46 +08:00
parent 1ee523bb10
commit 84513cbd8b
No known key found for this signature in database
GPG Key ID: 15C10F89D7C33535
1 changed files with 1 additions and 1 deletions

View File

@ -1,3 +1,3 @@
org.gradle.daemon=true
org.gradle.jvmargs=-Xms2048m -Xmx3072m
org.gradle.jvmargs=-Xms512m -Xmx1024m
systemProp.kotlin.daemon.verbose=true