Files
browser/docs
Francis Bouvier bdf8bd1031 agent: Improve agent script doc (#2692)
* ci: raise cdp bench MAX_VmHWM to 29000

The agent branch grew .text by ~2.8MB (mostly std monomorphization from
the new script/agent modules); none of it executes in serve mode and
anonymous/heap memory is byte-identical to main (716-724KB Private_Dirty
across main, agent-dev, and a build with the agent code compiled out).

The VmHWM delta is file-backed pages of the binary: the kernel maps them
in large readahead/THP chunks around each touched page, so peak RSS
shifts with link layout on every relink. The agent-less test build
measured 4.2MB *below* main while running the identical serve path,
purely from folio/window boundaries moving. At 28000 the gate was
failing on layout noise (28028-28064), not a regression.

* agent: improve docs agent_script

* Revert "ci: raise cdp bench MAX_VmHWM to 29000"

This reverts commit b6b704d43e.

---------

Co-authored-by: Adrià Arrufat <adria.arrufat@gmail.com>
2026-06-11 09:51:50 +02:00
..
2026-06-09 16:21:56 +02:00