docs(troubleshooting): fix typo (#1327)

This patch fixes typo from `6MB` to `64MB`
This commit is contained in:
Andy() {/** ... */} 2017-11-10 02:26:49 +08:00 committed by Andrey Lushnikov
parent 7d18275fb9
commit 7075c4cd4f

View File

@ -155,7 +155,7 @@ how to run this Dockerfile from a webserver running on App Engine Flex (Node).
#### Tips #### Tips
By default, Docker runs a container with a `/dev/shm` shared memory space 6MB. By default, Docker runs a container with a `/dev/shm` shared memory space 64MB.
This is [typically too small](https://github.com/c0b/chrome-in-docker/issues/1) for Chrome This is [typically too small](https://github.com/c0b/chrome-in-docker/issues/1) for Chrome
and will cause Chrome to crash when rendering large pages. To fix, run the container and will cause Chrome to crash when rendering large pages. To fix, run the container
with `docker run --shm-size=1gb` to increase the size of `/dev/shm`. In the future, with `docker run --shm-size=1gb` to increase the size of `/dev/shm`. In the future,