Skip to content

Commit

Permalink
Update nofile ulimit for docker to be 65536 to enable es (pinterest#495)
Browse files Browse the repository at this point in the history
  • Loading branch information
czgu authored Apr 2, 2021
1 parent a824866 commit 936ff04
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 @@ -127,6 +127,9 @@ services:
memlock:
soft: -1
hard: -1
nofile:
soft: 65536
hard: 65536
volumes:
- esdata1:/usr/share/elasticsearch/data
ports:
Expand Down

0 comments on commit 936ff04

Please sign in to comment.