I wonder what the stats on running a lemmy instance are.

How much time needs to be invested, how much data storage is needed, what kind of traffic volume is to be expected?

    • RoundSparrow@lemmy.ml
      link
      fedilink
      English
      arrow-up
      2
      ·
      1 year ago

      Lemmy will clean up posts older than six months.

      That’s a wrong interpretation of that code. There is a table call ‘activity’ that is a debug log. It does not clear comments and postings to truncate that table at 6 months. The app doesn’t read from that table, it only writes to it.

      • RoundSparrow@lemmy.ml
        link
        fedilink
        English
        arrow-up
        2
        ·
        1 year ago

        The person you replied to is wrong. That 6 months has nothing to do with removing old comments or postings.

      • Kresten@feddit.dk
        link
        fedilink
        English
        arrow-up
        1
        ·
        1 year ago

        Pretty sure OP-comment misinterpreted the code. My best guess is that they’re simply pruning an index or something like that.

  • worfamerryman@beehaw.org
    link
    fedilink
    arrow-up
    1
    ·
    1 year ago

    I would love to hear the answer to this as well. I guess it’s heavily dependent on how many users you have and if they are uploading images or just text, or just lurking.

    I think if you did not allow signups it would probably be extremely minimal.

  • sideone@lemmy.world
    link
    fedilink
    arrow-up
    1
    ·
    1 year ago

    I suspect that it depends on if you’re accepting other users and or communities. If so, you’ll have to be global mod and probably spend time sorting out mod reports etc.

    If you’re just setting up an instance for yourself, it’s probably easier but you’ll need an account somewhere else to discover communities and index them back to your instance.

  • RoundSparrow@lemmy.ml
    link
    fedilink
    arrow-up
    1
    ·
    1 year ago

    Lemmy starts out empty, and if nobody joins any communities it doesn’t start getting any data. It doesn’t bring over old data, so if you install it on July 1, the data just grows from July 1 onward.

    Lemmy is going through some growing pains, performance wide and federation data sharing wise. Hopefully 0.18 will be out within a week or so and and some of the worse performance issues improve.