Skip to content

Commit 17d7786

Browse files
committed
Remove bootstrap.memory_lock from elasticsearch-7.x-scenario
ES 7.16+ from docker.elastic.co enforces memory lock strictly and exits when ulimits are not set, causing the container to crash and its hostname to become unresolvable (UnknownHostException).
1 parent 958c5f6 commit 17d7786

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

test/plugin/scenarios/elasticsearch-7.x-scenario/configuration.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,5 @@ dependencies:
3030
environment:
3131
- cluster.name=docker-node
3232
- xpack.security.enabled=false
33-
- bootstrap.memory_lock=true
3433
- "ES_JAVA_OPTS=-Xms512m -Xmx512m"
3534
- discovery.type=single-node

0 commit comments

Comments
 (0)