1
0
mirror of https://github.com/TwidereProject/Twidere-Android synced 2025-01-22 13:00:42 +01:00

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

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