Increased the maximum heap size for the Gradle daemon

This commit is contained in:
Juan Miguel Boyero Corral 2016-09-30 17:32:05 +02:00
parent 799a30172c
commit b44c346193

View File

@ -11,7 +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=-Xmx2048m
org.gradle.jvmargs=-Xmx2560M
# When configured, Gradle will run in incubating parallel mode.
# This option should only be used with decoupled projects. More details, visit