mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
docs(troubleshooting): fix typo (#1327)
This patch fixes typo from `6MB` to `64MB`
This commit is contained in:
parent
7d18275fb9
commit
7075c4cd4f
@ -155,7 +155,7 @@ how to run this Dockerfile from a webserver running on App Engine Flex (Node).
|
||||
|
||||
#### 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
|
||||
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,
|
||||
|
Loading…
Reference in New Issue
Block a user