docs: Increase ulimit for Docker container
Otherwise it dies during tests. Change-Id: Id0ca3ada1801b345ee5bcdbb164dd7fe1d9b24ad Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
This commit is contained in:
@@ -49,7 +49,7 @@ Following are some simple examples.
|
||||
|
||||
.. code-block:: shell
|
||||
|
||||
docker run -p 27017:27017 docker.io/mongo:latest
|
||||
docker run --ulimit nofile=1000000 -p 27017:27017 docker.io/mongo:latest
|
||||
|
||||
To run the Python 3.12 tests:
|
||||
|
||||
|
Reference in New Issue
Block a user