Commit Graph

2 Commits

Author SHA1 Message Date
Jason Tedor 31839b2748 Increase Gradle heap space to 1536m
This commit increases the heap space for the Gradle processes to
1536m. Note that the default is 1024m.

Original commit: elastic/x-pack-elasticsearch@3b5cdc30b2
2017-12-26 19:22:07 -05:00
Jason Tedor 2fd35ea575 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@0786013a81
2015-11-25 10:39:08 -05:00