rebrowser / rebrowser-patches

Collection of patches for puppeteer and playwright to avoid automation detection and leaks. Helps to avoid Cloudflare and DataDome CAPTCHA pages. Easy to patch/unpatch, can be enabled/disabled on demand.
https://rebrowser.net
285 stars 25 forks source link

Running in docker /tmp/lighthouse.* files eats up all space #45

Closed sfxter closed 5 days ago

sfxter commented 6 days ago

I noticed, that after some time my space is eaten up by docker container running rebrowser-puppeteer. After investigating, I found that inside container /tmp folder takes up 7Gb. Inside there were lighthouse.* files, probably created by chrome-launcher. Is there a way to disable creation of these files or remove them automatically?

nwebson commented 5 days ago

This issue is not related to the patches. Try to check https://github.com/GoogleChrome/lighthouse/issues/15610