Skip to content

Commit f9227da

Browse files
harsha-spugnascotia
authored andcommitted
Update docker.asciidoc (elastic#47651)
Update `docker-compose.yml` in the documentation in order to increase the max file descriptor limit.
1 parent c60139a commit f9227da

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/reference/setup/install/docker.asciidoc

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,9 @@ services:
181181
memlock:
182182
soft: -1
183183
hard: -1
184+
nofile:
185+
soft: 65536
186+
hard: 65536
184187
volumes:
185188
- esdata01:/usr/share/elasticsearch/data
186189
ports:
@@ -201,6 +204,9 @@ services:
201204
memlock:
202205
soft: -1
203206
hard: -1
207+
nofile:
208+
soft: 65536
209+
hard: 65536
204210
volumes:
205211
- esdata02:/usr/share/elasticsearch/data
206212
networks:

0 commit comments

Comments
 (0)