From af3a552af7232eebe3f98af1c7e95f94df278573 Mon Sep 17 00:00:00 2001 From: Pierre Tachoire Date: Mon, 20 Jul 2026 08:29:44 +0200 Subject: [PATCH] wpt: set a memory limit per browser instead of per process --- .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 229260a98..93a70b74d 100644 --- a/.github/workflows/wpt.yml +++ b/.github/workflows/wpt.yml @@ -113,7 +113,7 @@ jobs: run: | ./wpt serve 2> /dev/null & echo $! > WPT.pid sleep 20s - ./wptrunner -lpd-path ./lightpanda -json -concurrency 5 -pool 5 --mem-limit 400 > wpt.json + ./wptrunner -lpd-path ./lightpanda -json -concurrency 5 -pool 5 --mem-limit 100 > wpt.json kill `cat WPT.pid` - name: write commit