arachnys / athenapdf

Drop-in replacement for wkhtmltopdf built on Go, Electron and Docker
MIT License
2.26k stars 186 forks source link

issue-1834 dev/shm issue #218

Open qatadamts opened 3 years ago

qatadamts commented 3 years ago

chrome crashes in docker, more info: https://github.com/GoogleChrome/puppeteer/issues/1834

app.commandLine.appendArgument("disable-dev-shm-usage"); does not work on aws lambda.

please add app.commandLine.appendSwitch("disable-dev-shm-usage"); to fix the problem.

getting following error without the fix Failed to load: -12 ERR_INSUFFICIENT_RESOURCES (file:///tmp/e1af360fa72245278068eb411aeb7963.html)