Skip to content

Commit

Permalink
Merge pull request #1447 from 0chain/hotfix/postgres-shm
Browse files Browse the repository at this point in the history
Add shm size in docker compose
  • Loading branch information
dabasov authored Jun 13, 2024
2 parents e5018a7 + b6a0cd4 commit c692dcb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions docker.local/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ services:
- "543${BLOBBER}:5432"
labels:
zchain: "postgres"
shm_size: 4gb
validator:
image: validator
environment:
Expand Down
1 change: 1 addition & 0 deletions docker.local/p0docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ services:
testnet0:
ipv4_address: 198.18.8.${BLOBBER}
restart: on-failure:5
shm_size: 4gb

validator:
container_name: validator-${BLOBBER}
Expand Down

0 comments on commit c692dcb

Please sign in to comment.