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
069fec83a8
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.
2015-11-25 09:26:03 -05:00
org.gradle.daemon
=
false
Bump Gradle heap to 1792m (#30484) 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).
2018-05-09 14:29:29 -04:00
org.gradle.jvmargs
=
-Xmx1792m