Skip to content
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

on some Linux systems, may need bind mount /dev/shm #1

Open
c0b opened this issue Aug 18, 2016 · 3 comments
Open

on some Linux systems, may need bind mount /dev/shm #1

c0b opened this issue Aug 18, 2016 · 3 comments

Comments

@c0b
Copy link
Owner

c0b commented Aug 18, 2016

on some Linux systems, sometimes see Chrome browser may crash one page or two, seems happening randomly, not exactly sure why some page works some not, but since I know Chrome on Linux using a lot of large page memory mapping, which is a tmpfs mounting on /dev/shm on some Linux variants, and it depends on which Linux, the docker run instance may use the default 64MB, that may not be enough in some cases, you may set a different --shm-size 1024MB or just share /dev/shm from host by -v /dev/shm:/dev/shm on docker run lines

$ docker run --help | grep shm
      --shm-size string             Size of /dev/shm, default value is 64MB
$ df -Th /dev/shm
Filesystem     Type   Size  Used Avail Use% Mounted on
tmpfs          tmpfs  3.9G  231M  3.7G   6% /dev/shm
@paulirish
Copy link

This should be fixed as of Chrome 64.0.3281.0
see https://bugs.chromium.org/p/chromium/issues/detail?id=736452#c33

@apawson
Copy link

apawson commented Dec 7, 2017

@paulirish Do you happen to know if there is a build of 64.0.3281.0 available somewhere for testing? (No success here: https://commondatastorage.googleapis.com/chromium-browser-snapshots/index.html?prefix=Linux_x64/) Thx!

@paambaati
Copy link

@apawson You can find out the revision number here - http://omahaproxy.appspot.com/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
4 participants