Resources leak: Playwright has a lot of chrome defunct processes #457
Unanswered
quanghungb
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi
Even I called these functions
Browser.Close()
andPlaywright.Stop()
without returned error in my application, I still got a lot of defunct processesThat leads to a leak of resources, no possible to run a command due to this error
bash: fork: retry: Resource temporarily unavailable
(I am running this application code inside a docker(also podman/kubernetes) container).
How can I properly close the playwright instance or clean the resources?
Thanks for your help.
Beta Was this translation helpful? Give feedback.
All reactions