From 683c1ae94c3dcabd542c2acdaaad589287ee3c75 Mon Sep 17 00:00:00 2001 From: Jocelyn Le Sage Date: Thu, 15 Feb 2018 20:22:22 -0500 Subject: [PATCH] Minor adjustment to the README. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 058379a..d16eb3f 100644 --- a/README.md +++ b/README.md @@ -291,7 +291,7 @@ By default, the size is 64MB, which is not enough. It is recommended to use a size of 2GB. This value is arbitrary, but known to work well. Setting the size of `/dev/shm` can be done via two method: - - By adding the `--shm-size=2g` parameter to the `docker run` command. See + - By adding the `--shm-size 2g` parameter to the `docker run` command. See the [Usage](#usage) section for more details. - By using shared memory of the host, by mapping `/dev/shm` via the parameter `-v /dev/shm:/dev/shm` of the `docker run` command.