mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-06 13:08:29 +00:00
We are still seeing rare failures with the Gradle heap set to 1792m, especially on machines with high core count. Given it appears we are close to the needed threshold, this commit bumps the heap one more time to 2 GB.
3 lines
50 B
INI
3 lines
50 B
INI
org.gradle.daemon=false
|
|
org.gradle.jvmargs=-Xmx2g
|