From 8c5e7376697100b7fe86f963e49f533d6bcf28bd Mon Sep 17 00:00:00 2001 From: Pierre Tachoire Date: Sat, 14 Mar 2026 10:49:48 +0100 Subject: [PATCH] ci: use mem-limit with wptrunner --- .github/workflows/wpt.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/wpt.yml b/.github/workflows/wpt.yml index e5b7095d..01f367e8 100644 --- a/.github/workflows/wpt.yml +++ b/.github/workflows/wpt.yml @@ -116,7 +116,7 @@ jobs: run: | ./wpt serve 2> /dev/null & echo $! > WPT.pid sleep 20s - ./wptrunner -lpd-path ./lightpanda -json -concurrency 6 -pool 2 > wpt.json + ./wptrunner -lpd-path ./lightpanda -json -concurrency 5 -pool 5 --mem-limit 400 > wpt.json kill `cat WPT.pid` - name: write commit