This website requires JavaScript.
Explore
Help
Sign In
honeymoose
/
OpenSearch
mirror of
https://github.com/honeymoose/OpenSearch.git
Watch
1
Star
0
Fork
You've already forked OpenSearch
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
8015560bd4
OpenSearch
/
gradle.properties
4 lines
90 B
Properties
Raw
Normal View
History
Unescape
Escape
Enable the Gradle daemon (#34545)
2018-10-20 04:14:41 -04:00
org.gradle.daemon
=
true
Bump Gradle heap to 2 GB (#30535) 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.
2018-05-11 14:30:36 -04:00
org.gradle.jvmargs
=
-Xmx2g
Build: forked compiler max memory matches jvmArgs (#33138) 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.
2018-08-27 12:26:25 -04:00
options.forkOptions.memoryMaximumSize
=
2g