wpt: set a memory limit per browser instead of per process

This commit is contained in:
Pierre Tachoire
2026-07-20 08:29:44 +02:00
parent 299eb2c5f9
commit af3a552af7

View File

@@ -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