Skip to content

Commit

Permalink
GH-4831 Limit the elasticsearch node for unit tests to 1gb of Java heap
Browse files Browse the repository at this point in the history
  • Loading branch information
JervenBolleman committed Nov 8, 2023
1 parent 4706c33 commit bf1735b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/sail/elasticsearch-store/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@
<httpPort>9200</httpPort>
<environmentVariables>
<ingest.geoip.downloader.enabled>false</ingest.geoip.downloader.enabled>
<ES_JAVA_OPTS>${java.sec.mgr}</ES_JAVA_OPTS>
<ES_JAVA_OPTS>${java.sec.mgr} -Xmx1g</ES_JAVA_OPTS>
</environmentVariables>
<instanceCount>1</instanceCount>
<instanceSettings>
Expand Down

0 comments on commit bf1735b

Please sign in to comment.