OpenSearch/gradle.properties
Jason Tedor b33806ed15
Bump Gradle heap to 1792m (#30484)
After we stopped forking the compiler, some folks are running into out
of memory errors. This commit is a bump to the Gradle heap to workaround
these out of memory errors (until we can better understand their
source).
2018-05-09 14:29:29 -04:00

3 lines
53 B
INI

org.gradle.daemon=false
org.gradle.jvmargs=-Xmx1792m