Closed
Description
I have encountered a similar issue in #1916. When running on the M2 device with the --headless
option, Google Chrome Helper (GPU) gradually consumes more and more memory, eventually causing the computer to freeze. Through testing, I've observed that this behavior persists regardless of whether the --uc
is enabled or if multiple threads(-n2
) are being used. If --headless
is not used, the memory usage of Google Chrome Helper (GPU) remains stable and relatively low.
- with
--headless
pytest test.py -n2 --dashboard --html=report.html --rs --crumbs --headless —uc

- without
--headless
pytest test.py -n2 --dashboard --html=report.html --rs --crumbs --uc
