Hello, I have 160GB to run Lemmy but I saw that as much as 77GB is used by pictrs.

Is there any way to clear the image cache or delete any pictures that are too heavy?

Also 37GB for postgres seems like a lot to me, is there any cache or temporary file that can be cleared?

edit: I am using Lemmy 0.18.5

  • txmyx@feddit.de
    link
    fedilink
    arrow-up
    3
    ·
    edit-2
    8 months ago
    1. Upgrade your storage. 160GB is nothing and 1TB SSDs are cheap
    2. You could delete pictures, but then the posts are broken
    3. You could archive old pictures. The pictures will have a longer load-time. Also I don’t think archiving pictures is a feature of lemmy, so you would have to implement it yourself

    Edit: I think postgres is so big, because of backups. You could delete those, but that’s risky

    • skariko@feddit.itOP
      link
      fedilink
      English
      arrow-up
      2
      ·
      8 months ago

      Thank you for your answer!

      Since I currently use Hetzner the only way to get more space is to upgrade the server (at a not inconsiderable cost).

      The alternative might be to purchase SSD block storage volumes which are definitely lower priced (5€ per month for 100GB) however it would be interesting to know if there is a guide for Lemmy for this or if others have had positive experience doing this.

        • skariko@feddit.itOP
          link
          fedilink
          English
          arrow-up
          3
          ·
          8 months ago

          Thanks i think this is a great idea.

          Since this problem I think is quite common (at least from reading a few threads and comments around) it might be interesting to create a guide especially regarding the part of having lemmy use this/mounted volume instead of the default one.

          I in the meantime will try to look around for some information on how this can be done, any advice is definitely welcome.

          Thanks!

  • pe1uca@lemmy.pe1uca.dev
    link
    fedilink
    English
    arrow-up
    3
    ·
    8 months ago

    The last time I checked postgres gets big becouse of a log activity table used for deduplication, it stores the data of 6 months. The devs mentioned you could be deleting it up to some point (IIRC they said 3 months, but confirm first).

    As for pictrs, lemmy caches a lot of stuff, so it copies a lot of data from other instances even when it’s advertised only media from your instance is stored in your server.
    My solution was to disable pictrs since I don’t upload media.
    Other solutions I’ve heard about are to ask users of your instance to upload media to any other media hosting service, the images uploaded to lemmy are just seen as urls, so it wouldn’t be any different.

  • Stantana@lemmy.sambands.net
    link
    fedilink
    arrow-up
    2
    ·
    8 months ago

    I’ve seen a script that runs in the background which auto-deletes images from the pict-rs storage over a certain time threshold and if there’s been no activity on the post.

    Can’t remember what it was called though.