This site is currently struggling to handle the amount of new users. I have already upgraded the server, but it will go down regardless if half of Reddit tries to join.

However Lemmy is federated software, meaning you can interact seamlessly with communities on other instances like beehaw.org or lemmy.one. The documentation explains in more detail how this works. Use the instance list to find one where you can register. Then use the Community Browser to find interesting communities. Paste the community url into the search field to follow it.

You can help other Reddit refugees by inviting them to the same Lemmy instance where you joined. This way we can spread the load across many different servers. And users with similar interests will end up together on the same instances. Others on the same instance can also automatically see posts from all the communities that you follow.

Edit: If you moderate a large subreddit, do not link your users directly to lemmy.ml in your announcements. That way the server will only go down sooner.

  • @0xc0ba17@lemmy.ml
    link
    fedilink
    English
    4511 months ago

    Well when you host your own website with your own funds, you try to not pay for unneeded perfs. But then a few hundreds people join, register, create content, upload images and videos, and suddenly your small VPS can’t handle the load. And you’re hesitant to scale up because it costs money, sometimes it costs time too because you need to migrate stuff, and maybe in a few days (or a few hours?) that load will disappear and now you’re on a more expensive tier for nothing.

    • @Two9A@lemmy.ml
      link
      fedilink
      English
      1811 months ago

      Can attest: I have a small VPS (docean’s lowest tier, in fact) and in the deep past I had occasions where a blog post was popular enough to throw it offline for a while. I wasn’t about to lock myself into paying more money forever, to keep the site running for a day’s peak traffic.

      In the case of lemmy.ml, this isn’t helped by the frontend being Websockets-driven, which holds open a connection for every concurrent user; I hear Dessalines and crew are working on cutting that dependency out and dropping down to something more static, which should help with load.