Browse Source

Update docker.asciidoc (#47651)

Update `docker-compose.yml` in the documentation in order to increase the max
file descriptor limit.
harsha-s 6 years ago
parent
commit
f9227da5b9
1 changed files with 6 additions and 0 deletions
  1. 6 0
      docs/reference/setup/install/docker.asciidoc

+ 6 - 0
docs/reference/setup/install/docker.asciidoc

@@ -181,6 +181,9 @@ services:
       memlock:
         soft: -1
         hard: -1
+      nofile:
+        soft: 65536
+        hard: 65536        
     volumes:
       - esdata01:/usr/share/elasticsearch/data
     ports:
@@ -201,6 +204,9 @@ services:
       memlock:
         soft: -1
         hard: -1
+      nofile:
+        soft: 65536
+        hard: 65536        
     volumes:
       - esdata02:/usr/share/elasticsearch/data
     networks: