Skip to content

Commit 9f4c042

Browse files
committed
fix(showcase/harness): correct stale 10-browser pool comment to 3 (BROWSER_POOL_BROWSERS default)
1 parent 200d0a7 commit 9f4c042

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

showcase/harness/src/probes/loader/probe-invoker.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ const SYNTHETIC_ERROR_MSG_BUDGET = 1200;
5858
* immediately drives a `pool.acquire()` that launches a Chromium
5959
* (~50 threads/procs each). With 5 simultaneous workers the kernel
6060
* sees ~250 thread spawns inside a few-ms window on top of an already-
61-
* warm 10-browser pool, and the container hits its PID/thread ceiling
61+
* warm 3-browser pool, and the container hits its PID/thread ceiling
6262
* — fork/pthread_create returns EAGAIN, Chromium processes die, and
6363
* per-feature `browser.newContext()` fails with "Target page, context
6464
* or browser has been closed" so the whole run aborts at T+2s.

0 commit comments

Comments
 (0)