Skip to content

Commit

Permalink
Increase shared memory size for feature specs
Browse files Browse the repository at this point in the history
Prior to increasing the shared memory size or `shm_size`, we received
errors trying to run feature specs due to lack of memory.

Co-authored-by: An Stewart <[email protected]>
  • Loading branch information
nvandoorn and stewart committed May 1, 2024
1 parent 9c7a0df commit 3ac5aff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ services:
- postgres:/var/lib/postgresql/data:cached

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

0 comments on commit 3ac5aff

Please sign in to comment.