Skip to content

Commit 6512a60

Browse files
committed
Problem: unusual Podman execution failure
Execution error with exit code of 137 Solution: provide instructions to use more RAM
1 parent 56585b2 commit 6512a60

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,3 +166,15 @@ docker rmi pgpm:local
166166
docker rmi ghcr.io/postgres-pm/pgpm:latest
167167
```
168168

169+
### Troubleshooting
170+
171+
#### Podman invocations terminate with exit code 137
172+
173+
Make sure your machine has enough RAM. For `podman-machine` you might want to adjust it
174+
with
175+
176+
```shell
177+
podman machine stop
178+
podman machine set -m 16384 # for 16GB
179+
podman machine start
180+
```

0 commit comments

Comments
 (0)