I’m not sure how long it took, but for a while the instance had crashed. For some reason the Lemmy photo upload service took up 150GB of free space and hence the server crashed because of it. I’m not sure about the possibility of recurrence as I don’t know the exact reason.

For this reason, you can follow our Mastodon account, which I have just opened, to follow or report possible crashes.

https://mastodon.world/@lemmynsfw

  • @yayOPMA
    link
    English
    11 year ago

    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.

    • @[email protected]
      link
      fedilink
      English
      11 year ago

      This is a temporary (backup?) file created by imagemagick when converting an image into another format. Create a Cron job to delete /tmp daily?

      • @yayOPMA
        link
        English
        11 year ago

        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.

        • @[email protected]
          link
          fedilink
          English
          11 year ago

          I’m actually not sure they are. When I was doing testing to see what makes some pictures not properly rotate, I also ended up with these files. Cron job isn’t the solution to the problem, but ti will fix the symptoms.

          • @yayOPMA
            link
            English
            11 year ago

            Interesting. I increased memory for now and disk is not increasing right now. I will check later.