memory podman thing for osx
This commit is contained in:
parent
99f2ad8ff0
commit
1c952a89cd
1 changed files with 8 additions and 0 deletions
|
|
@ -27,3 +27,11 @@ CPU only:
|
||||||
If you need to reset state:
|
If you need to reset state:
|
||||||
|
|
||||||
docker compose up --build --force-recreate --remove-orphans
|
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
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue