Skip to content

Commit

Permalink
Increase shared memory to 512MB
Browse files Browse the repository at this point in the history
Prior to this change, we were seeing some crashes running feature specs
after exceeding the 256MB shared memory limit.

Co-authored-by: An Stewart <andrew@super.gd>
  • Loading branch information
nvandoorn and stewart committed Oct 9, 2024
1 parent 3a92a45 commit eacfa05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ services:
- postgres:/var/lib/postgresql/data:cached

app:
shm_size: '256mb'
shm_size: '512mb'
build:
context: .dockerdev
dockerfile: Dockerfile
Expand Down

0 comments on commit eacfa05

Please sign in to comment.