Replies: 1 comment
-
|
In case anyone stumbles across this, it's being caused by the healthcheck. With |
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
Uh oh!
There was an error while loading. Please reload this page.
-
I'm running Flagsmith in a docker container and it's largely working very well for me, but something in the container is creating a new directory under
/tmpabout once per second. They have names like/tmp/tmp8nr5g5hqand are (as far as I can tell) always empty. After a day or so it hits the hardlink limit and the container stops responding till I go in and clean them out, which "resets" the "timer". I've tried looking for whatever is creating the directories to see if there's some way to stop it, but I haven't been able to find it yet. Has anyone else seen this?Beta Was this translation helpful? Give feedback.
All reactions