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:
Stephen Finucane
2025-05-15 19:11:50 +01:00
parent d4ff8e6f7d
commit 88f882ac82

View File

@@ -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: