Skip to content

Commit

Permalink
increase the shared memory size
Browse files Browse the repository at this point in the history
  • Loading branch information
ddl-cedricyoung committed Aug 21, 2024
1 parent cb71a3f commit 5651a9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
image: selenium/standalone-${{ matrix.browser }}:124.0
ports:
- 4444:4444
options: --shm-size=2gb
options: --shm-size=4gb
env:
SE_NODE_MAX_SESSIONS: 12
SE_NODE_SESSION_TIMEOUT: 300
Expand Down

0 comments on commit 5651a9f

Please sign in to comment.