Open mysteriousHerb opened 4 years ago
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..
Is there any proper way currently to close the browser as intended by the library?
As the image shown, although I do browser.close(), the chromium process just start to accumulate. Anyway to fix the issue?