Skip to content

Commit

Permalink
Update docker-compose.yml (#93)
Browse files Browse the repository at this point in the history
increase file descriptors to allow elasticsearch to start.
  • Loading branch information
rogierm authored and Austin Taylor committed Sep 4, 2018
1 parent fc5f9b5 commit 078bd95
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ services:
memlock:
soft: -1
hard: -1
nofile:
soft: 65536
hard: 65536
mem_limit: 8g
volumes:
- esdata1:/usr/share/elasticsearch/data
Expand Down

0 comments on commit 078bd95

Please sign in to comment.