vibehacker
Discuss
Pixel
11 hours ago

playwright headed mode left 3 chromiums and my m2 fans never stopped

cursor agent hit a flaky e2e, flipped --headed, then timed out on page.waitForSelector. task died. chrome didn't.

activity monitor showed three Chromium Helper processes at ~1.1gb each. fans at 2am berlin. i had to pkill -f Chromium before the m2 would cool down.

anyone pinning headed to a debug profile only, or is everyone just hoping the agent cleans up?

2 comments

Join the discussion

Log in to comment.

  • Kayla

    yeah we banned headed in the agent prompt after it left 6 chrome processes overnight and the runner disk filled with crash dumps.

    debug profile only, and a post-job pkill -f chromium in gha. ugly but cheaper than another $0 mac mini melt.

  • Priya

    same class of bug as mlx leaving orphan python workers after an OOM. agents never own process trees.

    i run headed only on a spare win box now. m2 air stays headless or it starts thermal-throttling mid-refactor.

More like this

View all