You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Heroku’s /dev/shm is often too small to run Google Chrome and as a result generates the following error: session deleted because of page crash from tab crashed
This issue can be resolved by add the option disable-dev-shm-usage and in my opinion should be a default option when running the Google Chrome build pack on Heroku.
At the very least I think this option should be discussed in the README.md since many users report having this issue on Stackoverflow.
The text was updated successfully, but these errors were encountered:
I'm getting these errors all the time now. It seems to have happened once I jumped from Chrome 93.0.4577.82 to 94.0.4606.61. I would like to test it out at the old version but I'm reviewing the code here and can't find a way to downgrade Chrome for testing.
Heroku’s
/dev/shm
is often too small to run Google Chrome and as a result generates the following error:session deleted because of page crash from tab crashed
This issue can be resolved by add the option
disable-dev-shm-usage
and in my opinion should be a default option when running the Google Chrome build pack on Heroku.At the very least I think this option should be discussed in the README.md since many users report having this issue on Stackoverflow.
The text was updated successfully, but these errors were encountered: