fixed invalid heap size

This commit is contained in:
Mariotaku Lee 2017-09-04 17:44:22 +08:00
parent afa04e4c41
commit 750925c978
No known key found for this signature in database
GPG Key ID: 15C10F89D7C33535
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@
# limitations under the License.
#
# Travis has 4g memory for container-based instances, 7.5g for VM-based instances
org.gradle.jvmargs=-Xmx3.5g
org.gradle.jvmargs=-Xmx3584m
org.gradle.parallel=false
kotlin.incremental=false
kotlin.compiler.execution.strategy=in-process