Replies: 2 comments
-
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.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
/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