Skip to content

Commit

Permalink
HSEARCH-4130 Apply workaround for old versions ES images
Browse files Browse the repository at this point in the history
  • Loading branch information
fax4ever committed Apr 13, 2021
1 parent 272cfcb commit 9549303
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions parents/integrationtest/pom.xml
Expand Up @@ -152,6 +152,13 @@
<run>
<env>
<discovery.type>single-node</discovery.type>
<!-- fix Docker images for older versions -->
<xpack.security.enabled>false</xpack.security.enabled>
<!-- Prevent swapping
This may trigger warnings upon boot if the system is not correctly set up.
See https://www.elastic.co/guide/en/elasticsearch/reference/7.5/setup-configuration-memory.html#bootstrap-memory_lock
-->
<bootstrap.memory_lock>true</bootstrap.memory_lock>
</env>
<ports>
<port>9200:9200</port>
Expand Down

0 comments on commit 9549303

Please sign in to comment.