Skip to content

Commit

Permalink
add shared memory
Browse files Browse the repository at this point in the history
  • Loading branch information
Tburm committed Nov 8, 2024
1 parent b7f68a8 commit cb365ac
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 cb365ac

Please sign in to comment.