Skip to content

Commit bf1735b

Browse files
GH-4831 Limit the elasticsearch node for unit tests to 1gb of Java heap
1 parent 4706c33 commit bf1735b

File tree

1 file changed

+1
-1
lines changed
  • core/sail/elasticsearch-store

1 file changed

+1
-1
lines changed

core/sail/elasticsearch-store/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@
193193
<httpPort>9200</httpPort>
194194
<environmentVariables>
195195
<ingest.geoip.downloader.enabled>false</ingest.geoip.downloader.enabled>
196-
<ES_JAVA_OPTS>${java.sec.mgr}</ES_JAVA_OPTS>
196+
<ES_JAVA_OPTS>${java.sec.mgr} -Xmx1g</ES_JAVA_OPTS>
197197
</environmentVariables>
198198
<instanceCount>1</instanceCount>
199199
<instanceSettings>

0 commit comments

Comments
 (0)