Skip to content

Commit

Permalink
Merge pull request #137 from Synthetixio/add-shm
Browse files Browse the repository at this point in the history
Add shared memory
  • Loading branch information
Tburm authored Nov 8, 2024
2 parents b7f68a8 + cb365ac commit ac398c0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ services:
limits:
cpus: "4.0"
memory: 8192M
shm_size: 4gb
tmpfs:
- /dev/shm:size=4g

eth-mainnet-processor:
image: ghcr.io/synthetixio/data/indexer:${VERSION}-mainnet
Expand Down

0 comments on commit ac398c0

Please sign in to comment.