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 Steve Ebersole
parent cee0fce043
commit 7be9e62504
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