I recently had to expand my instance’s storage size from 25 GB to 50 GB because it was out of space. How much storage do you all use for your instances? I’m a little surprised that it ran out of space as my instance isn’t heavily used.

Am I doing something wrong? I prune all the unused docker images, so it’s not that.

  • seahorse [Ohio]OPA
    link
    62 years ago

    I just saw in the Lemmy matrix chat that you cleared up a lot of space by truncating logs. Where are those?

      • seahorse [Ohio]OPA
        link
        52 years ago

        Thanks. I’ll have to look up how to configure daemon.json. I just truncated the logs for now. I wish I had known about that earlier! It cleared up about 15 GB of space.

        • poVoq
          link
          fedilink
          6
          edit-2
          2 years ago

          Oh, wow. I guess the default log settings should be much less verbose?

        • @wintermute@feddit.de
          link
          fedilink
          32 years ago

          you could also free up space on pictrs docker exec -it YOUR_PICTRS_CONTAINER /bin/sh -c "rm /tmp/magick-*"