Replies: 2 comments 2 replies
-
How many containers do you run on this host (or restart the container very often)? podman/libpod/container_internal.go Lines 752 to 759 in 78f1ebb If the file is leaking it sounds like you are hitting some error before the file is removed. Also what version are you using, I suggest you try with the latest podman if you are not using it already. |
Beta Was this translation helpful? Give feedback.
0 replies
-
I have about 30 containers on this host.
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
/run/user/1000
is a space limited tmpfs and I recently found that it filled up due to the files in/run/user/1000/libpod/tmp/exits
that seem to only contain an exit code. I have almost 200k of these files.Is there a best practice for cleaning these files up?
Beta Was this translation helpful? Give feedback.
All reactions