diff --git a/docker-compose.yml b/docker-compose.yml index 2fd9f7c..c9c5a5f 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -59,6 +59,10 @@ services: ES_JAVA_OPTS: -Xms512m -Xmx512m volumes: - index:/usr/share/elasticsearch/data + ulimits: + nofile: + soft: 65536 + hard: 65536 volumes: index: # Scratch space for ElasticSearch index, will be rebuilt if lost