Skip to content

Commit

Permalink
fix: limit elasticsearch memory consumption (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
MateusDadalto authored Dec 15, 2021
1 parent 5127f9d commit 5521a05
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions compose/base/2.4.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,10 @@ services:
- backend
volumes:
- es_data:/usr/share/elasticsearch/data
deploy:
resources:
limits:
memory: 2G
networks:
frontend:
backend:
Expand Down

0 comments on commit 5521a05

Please sign in to comment.