this post was submitted on 18 Jun 2023
87 points (93.1% liked)
Lemmy NSFW
11805 readers
1 users here now
Updates about lemmynsfw.com
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I had this happen the other day over at Yiffit. Suddenly the hard drive was full.
Pictrs service is the problem. It's storing something on /tmp folder. I think it could be temporary cache of external instance images but not sure.
This is a temporary (backup?) file created by imagemagick when converting an image into another format. Create a Cron job to delete /tmp daily?
But these files should automatically deleted after the process finished. There is a buggy situation and cron job is not an ideal solution i think.