Skip to content
Discussion options

You must be logged in to vote

If you're using Podman on macOS, you might need to increase VM memory on your Podman machine. This example increases the machine size to 8 GB of RAM, which should be sufficient to run OpenRAG.

podman machine stop
podman machine rm
podman machine init --memory 8192   # 8 GB example
podman machine start

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by CharnaParkey
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant