HHH-13685 Increase the heap size for Gradle

Otherwise I get an OutOfMemoryError...
This commit is contained in:
Yoann Rodière 2019-10-22 17:39:29 +02:00 committed by gbadner
parent 861b3c00aa
commit deb60b5c6b
1 changed files with 1 additions and 0 deletions

1
gradle.properties Normal file
View File

@ -0,0 +1 @@
org.gradle.jvmargs=-Xmx1g -XX:MaxMetaspaceSize=512m -XX:+HeapDumpOnOutOfMemoryError