-
I was running podman in Debian 11 for many months and got decent performance out of it. It would take a few seconds to start a container; and a few minutes to build a new image. When I upgraded to Debian 12, podman became about 50x slower. Just starting a container would take about 3 minutes and building a 30-step image would take hours. I even tried a full OS reinstall using Debian 12 to avoid upgrade issues, and I saw the same result. I'm running podman version 4.3.1 currently. Before the upgrade, I was running v3.something. I tried running the same build script and starting the same containers using docker on the same raspberry pi; and it's performance is similar to podman in Debian 11. Any ideas what's going on? I'm running a raspberry pi 400 (4G) on an up-to-date Debian 12.
(I ran these several times to get all the caches populated. I only posted the last runs). Even just "exec" into an existing container takes dozens of seconds. For extra details, after my OS upgrade, I could start and exec into an image/container with no obvious slowdown. It was only newly created images that suffered from this slowdown. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 11 replies
-
Can you share the output of |
Beta Was this translation helpful? Give feedback.
-
When I hear slowness, I usually think vfs storage driver versus overlay. |
Beta Was this translation helpful? Give feedback.
Edit storage.conf and do a
podman system reset