Self hosting application gets crashed with sessions data

I have deployed LibreTranslate in a Kubernetes environment, and I’ve encountered an issue where the application saves session data in the app/db/sessions directory. Whenever this directory reaches a size of 13MB, the application crashes. Clearing the directory brings the application back online, so I’ve set up a cron job to clean the session data every 5 minutes to keep the application running. However, my health probes(liveness and readiness) are detecting discrepancies. Can anyone help me understand what might be wrong with the session logs and whether this is expected behavior?

Mm, strange that it crashes. I unfortunately don’t use Kubernetes much, so I can’t say for sure if the problem is somehow related to it. I haven’t had that issue without Kubernetes.