From 5651a9fa9240bf3e71d19bf8839d3f10e4363ef4 Mon Sep 17 00:00:00 2001 From: Cedric Young Date: Wed, 21 Aug 2024 12:46:47 -0700 Subject: [PATCH] increase the shared memory size --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8b1c6fd3..f9cab84a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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