mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-05 20:38:09 +00:00
309fb22181
This commit removes the setting of the fork options maximum memory size in our build plugin and instead adds the value in the gradle.properties file to be alongside the value set in jvmArgs. This change is necessary when using parallel compilation as 512m is not sufficient for parallel compilation on some machines.
4 lines
91 B
INI
4 lines
91 B
INI
org.gradle.daemon=false
|
|
org.gradle.jvmargs=-Xmx2g
|
|
options.forkOptions.memoryMaximumSize=2g
|