Skip to content

Commit

Permalink
Increase shared memory for government-frontend
Browse files Browse the repository at this point in the history
Too little shared memory causes some tests that use Selenium
to fail when running locally in the development environment.
This change fixes that.
  • Loading branch information
unoduetre committed Jun 6, 2024
1 parent fbcd044 commit 8154d9f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions projects/government-frontend/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ x-government-frontend: &government-frontend
services:
government-frontend-lite:
<<: *government-frontend
shm_size: 512mb

government-frontend-app: &government-frontend-app
<<: *government-frontend
Expand Down

0 comments on commit 8154d9f

Please sign in to comment.