Open baron-chiu opened 3 years ago
Chrome process isn't closed properly and it will become a zombie process.
In a long running server, a large number of zombie process may kill the environment.
It may be the the reason that mm-punch doesn't work sometimes.
mm-punch
The issue is also raised in a Puppeteer issue. Some snippets are shred in that issue.
I am planning to create a PR to fix it.
Chrome process isn't closed properly and it will become a zombie process.
In a long running server, a large number of zombie process may kill the environment.
It may be the the reason that
mm-punch
doesn't work sometimes.The issue is also raised in a Puppeteer issue. Some snippets are shred in that issue.
I am planning to create a PR to fix it.