Skip to content

Commit

Permalink
Merge pull request #93 from dappnode/pablo/increase-limits
Browse files Browse the repository at this point in the history
increase memory limits
  • Loading branch information
pablomendezroyo authored Sep 14, 2022
2 parents 70f73b8 + 32534d3 commit 15078b1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,9 @@ services:
nofile:
soft: 1000000
hard: 1000000
deploy:
resources:
limits:
memory: 32768M
volumes:
data: {}

0 comments on commit 15078b1

Please sign in to comment.