https://github.com/elastic/elasticsearch
Raw File
Tip revision: b727a60574959caa83d7767b8d7cfe1c20288cd7 authored by Adrien Grand on 06 June 2018, 14:44:51 UTC
Add an escape hatch to increase the maximum amount of memory that IndexWriter gets. (#31133)
Tip revision: b727a60
gradle.properties
org.gradle.daemon=false
org.gradle.jvmargs=-Xmx1536m
back to top