Commit c4f9396d by amir

limit heap size of elastic and add some data and account

parent 5381ae9d
No preview for this file type
...@@ -5,6 +5,8 @@ services: ...@@ -5,6 +5,8 @@ services:
ports: ports:
- "5601:5601" - "5601:5601"
- "9200:9200" - "9200:9200"
environment:
ES_JAVA_OPTS: "-Xms512m -Xmx512m"
volumes: volumes:
- "/ext/elasticsearch:/var/lib/elasticsearch" - "/ext/elasticsearch:/var/lib/elasticsearch"
networks: networks:
......
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 sign in to comment