We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 200d0a7 commit 9f4c042Copy full SHA for 9f4c042
1 file changed
showcase/harness/src/probes/loader/probe-invoker.ts
@@ -58,7 +58,7 @@ const SYNTHETIC_ERROR_MSG_BUDGET = 1200;
58
* immediately drives a `pool.acquire()` that launches a Chromium
59
* (~50 threads/procs each). With 5 simultaneous workers the kernel
60
* 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
+ * warm 3-browser pool, and the container hits its PID/thread ceiling
62
* — fork/pthread_create returns EAGAIN, Chromium processes die, and
63
* per-feature `browser.newContext()` fails with "Target page, context
64
* or browser has been closed" so the whole run aborts at T+2s.
0 commit comments