Closed muhammedsaidkaya closed 7 months ago
I've never tried it with anything other that plain lambda. You can try increasing the memory available? Though if you are using a container, I'd probably just install normal chromium in the container.
I've never tried it with anything other that plain lambda. You can try increasing the memory available? Though if you are using a container, I'd probably just install normal chromium in the container.
Okay. Thanks for your answer.
Environment
chromium
Version: 119.0.2puppeteer
/puppeteer-core
Version: 21.7.0Node.js Version: 20.11.0
Yarn Version: 3.6.1
Lambda / GCF Runtime: -
Environment: K3s Cluster - Containerd Runtime - I run my application on the container.
Expected Behavior
After restarting the container/pod, the binary file should be released.
Current Behavior
The chromium executable binary held by a process. Even if I restart the process and although binary file is not called multiple times, I can not launch the puppetter because of the file is locked.
Stack trace
Steps to Reproduce
Possible Solution
I suspect that binary file remains in locked status if process killed and not gracefully shutdown.