Explorar el Código

try https://github.com/travis-ci/travis-ci/issues/4185

J2ghz hace 9 años
padre
commit
16037dd9bd
Se han modificado 1 ficheros con 4 adiciones y 1 borrados
  1. 4 1
      gradle.properties

+ 4 - 1
gradle.properties

@@ -15,4 +15,7 @@
 # When configured, Gradle will run in incubating parallel mode.
 # This option should only be used with decoupled projects. More details, visit
 # http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
-# org.gradle.parallel=true
+# org.gradle.parallel=true
+
+org.gradle.daemon=true
+org.gradle.jvmargs=-XX:MaxPermSize=1024m -XX:+CMSClassUnloadingEnabled -XX:+HeapDumpOnOutOfMemoryError -Xmx2048m