Skip to content

Commit

Permalink
Use 2gb shm_size in docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
montehurd committed Jun 25, 2024
1 parent 7b03407 commit cb4894e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ services:
- ./config:/pixel/config
- ./src:/pixel/src
- ./report:/pixel/report
shm_size: 1gb
shm_size: 2gb
cap_add:
- SYS_ADMIN
a11y-regression:
Expand All @@ -93,7 +93,7 @@ services:
- ./config:/pixel/config
- ./src:/pixel/src
- ./report:/pixel/report
shm_size: 1gb
shm_size: 2gb
cap_add:
- SYS_ADMIN
png-optimizer:
Expand Down

0 comments on commit cb4894e

Please sign in to comment.