-
-
Notifications
You must be signed in to change notification settings - Fork 141
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is it possible to pass args to puppeteer such as "--disable-dev-shm-usage" ? #517
Comments
Hi @CharlesGrimont, thanks for your feedback. I think this arg can be one of the default args in the library. Let me do some tests on it. |
Hi ! Did you find any time to perform some tests ? Would you like some help ? Regards |
… default one Running pwa-asset-generator headless in an environment like docker / kubernetes causes a lot of issues, since we are not able to increase shared memory, we must add puppeteer's "--disable-dev-shm-usage" arg as a default launch arg ref elegantapp#517
… default one Running pwa-asset-generator headless in an environment like docker / kubernetes causes a lot of issues, since we are not able to increase shared memory, we must add puppeteer's "--disable-dev-shm-usage" arg as a default launch arg ref #517
…t one Running pwa-asset-generator headless in an environment like docker / kubernetes causes a lot of issues, since we are not able to increase shared memory, we must add puppeteer's "--disable-dev-shm-usage" arg as a default launch arg ref #517
…t one Running pwa-asset-generator headless in an environment like docker / kubernetes causes a lot of issues, since we are not able to increase shared memory, we must add puppeteer's "--disable-dev-shm-usage" arg as a default launch arg ref #517
# [4.2.0](v4.1.1...v4.2.0) (2021-07-13) ### Features * **main:** add puppeteer's "--disable-dev-shm-usage" arg as a default one ([bc655fd](bc655fd)), closes [#517](#517)
Hi @CharlesGrimont, this was added on version 4.2.0 and reverted with version 4.2.1 because it created issues for users on linux. Can you please test your use case with version 4.2.0 and share your findings here? |
Increase shared memory size of Chromium instance by adding --disable-dev-shm-usage. See https://developers.google.com/web/tools/puppeteer/troubleshooting#tips for details. fix #517
Increase shared memory size of Chromium instance by adding --disable-dev-shm-usage. See https://developers.google.com/web/tools/puppeteer/troubleshooting#tips for details. fix #517
# [4.3.0](v4.2.1...v4.3.0) (2021-07-13) ### Features * **main:** add "--disable-dev-shm-usage" as a default chrome launch arg ([a444f76](a444f76)), closes [#517](#517)
🎉 This issue has been resolved in version 4.3.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Hi !
Is it possible to pass args to puppeteer such as "--disable-dev-shm-usage" ?
Thanks
The text was updated successfully, but these errors were encountered: