From 1c952a89cdc6aa5b12b21f99e363b38f74c7ba1f Mon Sep 17 00:00:00 2001 From: phact Date: Thu, 21 Aug 2025 22:52:37 -0400 Subject: [PATCH] memory podman thing for osx --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 8c45ed4f..b1942364 100644 --- a/README.md +++ b/README.md @@ -27,3 +27,11 @@ CPU only: If you need to reset state: docker compose up --build --force-recreate --remove-orphans + + +For podman on mac you may have to increase your VM memory: + + podman machine stop + podman machine rm + podman machine init --memory 8192 # example: 8 GB + podman machine start