You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 8, 2020. It is now read-only.
I'm having the same problem here. Running pyppeteer 0.0.25 in a Docker container. I have zombies process stacking up despite explicitely closing the browser at the end of the script.
Try having autoClose=False for the pyppeteer.launcher.launch() and then explicitly close the browser later. It seems to solve the issue, but there are so many memory leaking etc problem that i need to solve..
As the image shown, although I do browser.close(), the chromium process just start to accumulate. Anyway to fix the issue?
The text was updated successfully, but these errors were encountered: