Limit build memory usage

This commit is contained in:
M66B 2017-07-06 07:57:09 +02:00
parent e2c0cbd0ef
commit 50472f731c
1 changed files with 1 additions and 0 deletions

View File

@ -11,6 +11,7 @@
# The setting is particularly useful for tweaking memory settings.
# Default value: -Xmx10248m -XX:MaxPermSize=256m
# org.gradle.jvmargs=-Xmx2048m -XX:MaxPermSize=512m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8
org.gradle.jvmargs=-Xmx500m
# When configured, Gradle will run in incubating parallel mode.
# This option should only be used with decoupled projects. More details, visit