Skip to content

Commit

Permalink
Add alternative podman command for memory info
Browse files Browse the repository at this point in the history
  • Loading branch information
aressem committed Oct 30, 2024
1 parent e07e4d6 commit 1cfcf50
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions docs/sphinx/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <getting-started-pyvespa-cloud>` to run the notebooks.
2 changes: 1 addition & 1 deletion docs/sphinx/source/troubleshooting.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1cfcf50

Please sign in to comment.