Skip to content

Commit

Permalink
Merge pull request #42 from dappnode/tropicar/ulimits
Browse files Browse the repository at this point in the history
ulimits and memory limit
tropicar authored Jul 4, 2022

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
2 parents 0eb4c91 + ab4b135 commit 7937a24
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -23,5 +23,13 @@ services:
ports:
- "31404:31404/tcp"
- "31404:31404/udp"
ulimits:
nofile:
soft: 1000000
hard: 1000000
deploy:
resources:
limits:
memory: 16384M
volumes:
data: {}

0 comments on commit 7937a24

Please sign in to comment.