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
c243d6eb21
OpenSearch
/
gradle.properties
3 lines
53 B
Properties
Raw
Normal View
History
Unescape
Escape
Gradle daemon is a demon This commit adds a property that will prevent the Gradle daemon from being used for builds (even if one is running). This is to avoid some nasty issues (e.g., SIGBUS faults and other mmap diasters) that result from class loaders not being closed properly. Relates elastic/elasticsearchelastic/elasticsearch#15018 Original commit: elastic/x-pack-elasticsearch@0786013a81e5b4d4a5254e0c062ea68aa9bb8fd4
2015-11-25 10:39:08 -05:00
org.gradle.daemon
=
false
Increase gradle heap to 2048m The BWC tests on 6.x need to test both 6.1 and 5.6, so the theory here is that they just need more memories. This bumps it to ensure the tests dont OOM. This bumps it from the previous 1536m, which was already bumped from the default of 1024m. Original commit: elastic/x-pack-elasticsearch@cf5700ef47eeefca4d916097e5296c019e14a5b2
2017-12-28 07:58:56 -05:00
org.gradle.jvmargs
=
-Xmx2048m