> Markdown version of [/events/world-congress-2026-europe-virtual-stage/sessions/1622-the-memory-leak-that](https://www.wearedevelopers.com/events/world-congress-2026-europe-virtual-stage/sessions/1622-the-memory-leak-that). Every page supports `.md` or `Accept: text/markdown`. Links point to the HTML versions so they work for humans too. Agent guide: [/agents.md](https://www.wearedevelopers.com/agents.md). --- # The Memory Leak That Ate Our Cluster: A Postmortem - **Event:** World Congress 2026 Europe - Virtual Stage ## Description Headless browsers fail in ways that look harmless in tests but collapse under real load. Our Puppeteer jobs leaked memory slowly enough to appear stable yet fast enough to crash full production runs. Before the fix, we chased OOMs, stalled sessions, and inconsistent execution without knowing why. After exposing the leak, we cut memory usage by more than half and added execution-lifecycle guardrails that keep our browser-based feature reliable under pressure. This talk walks through the debugging workflow, the tooling that surfaced the issue, and the backend patterns that now shape how we run headless browsers in production. You’ll leave with techniques to detect leaks early, monitor resource degradation, and design browser-backed features that behave predictably under real traffic and load. ## Speaker ### [Dina Matveev](https://www.wearedevelopers.com/@dina-matveev) Data Engineer at mavens by Zynga ## Related talks at this congress - [The Lord of the Memory: The Return of the Leak](https://www.wearedevelopers.com/events/world-congress-2026-europe-virtual-stage/sessions/1621-the-lord-of-the) — Alex Gorbunov - [Why Systems Break After Initial Success: The Architectural Failures That Take Months to Surface](https://www.wearedevelopers.com/events/world-congress-2026-europe-virtual-stage/sessions/1649-why-systems-break) — Christian Del Monte - [Solving AI Amnesia: Building "Infinite Memory" for Agents without the RAM](https://www.wearedevelopers.com/events/world-congress-2026-europe-virtual-stage/sessions/1602-solving-ai-amnesia) — Tara Khani - [Monster Motel – Debugging the Patterns That Secretly Corrupt Your Work](https://www.wearedevelopers.com/events/world-congress-2026-europe-virtual-stage/sessions/1573-monster-motel) — Sabine Wojcieszak