From 1cfcf501be4e6c6c12abdd3663ae7ad7c54f64f8 Mon Sep 17 00:00:00 2001 From: Arnstein Ressem Date: Wed, 30 Oct 2024 14:48:52 +0100 Subject: [PATCH] Add alternative podman command for memory info --- docs/sphinx/source/index.rst | 2 ++ docs/sphinx/source/troubleshooting.rst | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/sphinx/source/index.rst b/docs/sphinx/source/index.rst index a9f27324..595a38ca 100644 --- a/docs/sphinx/source/index.rst +++ b/docs/sphinx/source/index.rst @@ -71,5 +71,7 @@ minimum memory requirement is 4 Gb unless other documented: .. code:: bash $ docker info | grep "Total Memory" + or + $ podman info | grep "memTotal" One can also use :doc:`Vespa Cloud ` to run the notebooks. diff --git a/docs/sphinx/source/troubleshooting.rst b/docs/sphinx/source/troubleshooting.rst index e43040ba..10099ffd 100644 --- a/docs/sphinx/source/troubleshooting.rst +++ b/docs/sphinx/source/troubleshooting.rst @@ -18,7 +18,7 @@ Docker Memory ------------- pyvespa will start a Docker container with 4G memory by default - make sure Docker settings have at least this. -Use the Docker Desktop settings or ``docker info | grep "Total Memory"`` to validate. +Use the Docker Desktop settings or ``docker info | grep "Total Memory"`` or ``podman info | grep "memTotal"`` to validate. Port conflicts / Docker