This is just to followup from my prior post on latencies increasing with increasing uptime (see here).

There was a recent update to lemmy.ml (to 0.19.4-rc.2) … and everything is so much snappier. AFAICT, there isn’t any obvious reason for this in the update itself(?) … so it’d be a good bet that there’s some memory leak or something that slows down some of the actions over time.

Also … interesting update … I didn’t pick up that there’d be some web-UI additions and they seem nice!

  • poVoq
    link
    fedilink
    English
    51 year ago

    Try switching to Postresql 16.2 or later.

      • poVoq
        link
        fedilink
        English
        41 year ago

        Nothing particular, but there was a strange bug in previous versions that in combination with Lemmy caused a small memory leak.

        • kate
          link
          fedilink
          English
          11 year ago

          In my case it’s lemmy itself that needs to be restarted, not the database server, is this the same bug you’re referring to?

          • poVoq
            link
            fedilink
            English
            11 year ago

            Yes, restarting Lemmy somehow resets the memory use of the database as well.

            • kate
              link
              fedilink
              English
              11 year ago

              Hm, weird bug. Thanks for the heads up ❤️ I’ve been using the official ansible setup but might be time to switch away from it