Skip to content

Commit

Permalink
Set shm-size
Browse files Browse the repository at this point in the history
  • Loading branch information
owickstrom committed Nov 10, 2022
1 parent acb2bf7 commit ab71474
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/source/tutorials/first.rst
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ Let's run some tests! Launch Quickstrom from within your

.. code-block:: console
$ docker run --rm \
$ docker run --shm-size=1g --rm \
-v $PWD:/my-first-spec \
quickstrom/quickstrom:0.5.0 \
quickstrom -I/my-first-spec check \
Expand Down Expand Up @@ -280,7 +280,7 @@ Run Quickstrom again, now that we've fleshed out the specification:

.. code-block:: console
$ docker run --rm \
$ docker run --shm-size=1g --rm \
-v $PWD:/my-first-spec \
quickstrom/quickstrom:0.5.0 \
quickstrom -I/my-first-spec check \
Expand Down Expand Up @@ -392,7 +392,7 @@ Run another check by executing the same command as before:

.. code-block:: console
$ docker run --rm \
$ docker run --shm-size=1g --rm \
-v $PWD:/my-first-spec \
quickstrom/quickstrom:0.5.0 \
quickstrom -I/my-first-spec check \
Expand Down

0 comments on commit ab71474

Please sign in to comment.