Skip to content

Commit

Permalink
Merge pull request #505 from flmsc/patch-1
Browse files Browse the repository at this point in the history
Add ElasticSearch file descriptor limit to docker-compose.yml
  • Loading branch information
To-om authored Apr 3, 2018
2 parents 285226b + ba90413 commit 67068b5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docker/thehive/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ services:
- thread_pool.index.queue_size=100000
- thread_pool.search.queue_size=100000
- thread_pool.bulk.queue_size=100000
ulimits:
nofile:
soft: 65536
hard: 65536
cortex:
image: certbdf/cortex:latest
depends_on:
Expand Down

0 comments on commit 67068b5

Please sign in to comment.