Skip to content

Commit

Permalink
Finder Frontend: Increase shm_size
Browse files Browse the repository at this point in the history
This fixes out of memory issues with running the Cucumber test suite
through GOV.UK Docker by increasing shared memory size in line with some
of the publishing apps.
  • Loading branch information
csutter committed Sep 20, 2024
1 parent 5b643fe commit 9333f10
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions projects/finder-frontend/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ x-finder-frontend: &finder-frontend
dockerfile: Dockerfile.govuk-base
image: finder-frontend
stdin_open: true
shm_size: 512mb
tty: true
volumes:
- ${GOVUK_ROOT_DIR:-~/govuk}:/govuk:delegated
Expand Down

0 comments on commit 9333f10

Please sign in to comment.