-
Notifications
You must be signed in to change notification settings - Fork 736
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
chromium crashes with VNC_RESOLUTION=1920x1080 (too small space on /dev/shm
)
#53
Comments
Thx @raghavkarol for the hint. I can't reproduce the error in the current version. It's still a problem? I tried:
and all works fine. If so, can you please provide the commands to reproduce the error? |
Sure, e.g., The command below consistently crashes chrome: while this works: |
@raghavkarol Ok I took a look at it and the error is reproducible. Due to the fact that our images are not designed to run as
|
/dev/shm
)
patch for kubernetes to fix shm size
|
I've found another solution for this issue. Both Chromium and Chrome support --disable-dev-shm-usage flag. So there's no need to raise the shm-size. |
See. elgalu/docker-selenium#20 (comment)
The text was updated successfully, but these errors were encountered: