prerender-alpine
prerender-alpine copied to clipboard
Stop responding after ~27 prerendered pages
Why prerender stopped working after 25-28 rendered pages? When I restart container - it work again and again rendered only 27 pages and make some sleep function? This behavior I saw last 2 years and i'm tired to fix this
Hi @ZOXEXIVO ,
Last April there was a pull request concerning this (or at least similar) issue: https://github.com/tvanro/prerender-alpine/pull/6
Are you using the latest version of prerender-alpine?
Hi ! I'am using alpne v6.2.0, but without any special options I will try --disable-dev-shm-usag, thanks
I enter to the container and what I see in server.js
chromeFlags: ['--no-sandbox', '--headless', '--disable-gpu', '--remote-debugging-port=9222', '--hide-scrollbars', '--disable-dev-shm-usage']
--disable-dev-shm-usage not working as expected for me :( Only 28 pages before freezing
Hi @ZOXEXIVO,
I'm currently not able to reproduce this issue on my side.
Let's keep this open to follow up the issue and hopefully find a solution.