Unverified Commit 4ecb6812 authored by Radhakrishna Pemmasani's avatar Radhakrishna Pemmasani Committed by GitHub

Update docker-amundsen-local.yml (#368)

Increase ulimits of elastic search container
parent c162b05b
......@@ -24,6 +24,10 @@ services:
- 9200:9200
networks:
- amundsennet
ulimits:
nofile:
soft: 65536
hard: 65536
volumes:
- ./.local/elasticsearch/data:/usr/share/elasticsearch/data
amundsensearch:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment