mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-09 06:25:07 +00:00
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).
3 lines
53 B
INI
3 lines
53 B
INI
org.gradle.daemon=false
|
|
org.gradle.jvmargs=-Xmx1792m
|