this post was submitted on 13 Jun 2023
172 points (99.4% liked)

lemmy.ml meta

1406 readers
1 users here now

Anything about the lemmy.ml instance and its moderation.

For discussion about the Lemmy software project, go to !lemmy@lemmy.ml.

founded 3 years ago
MODERATORS
 

Its now running on a dedicated server with 6 cores/12 threads and 32 gb ram. I hope this will be enough for the near future. Nevertheless, new users should still prefer to signup on other instances.

This server is financed from donations to the Lemmy project. If you want to support it, please consider donating.

you are viewing a single comment's thread
view the rest of the comments
[–] mwlczk@lemmy.world 1 points 1 year ago

Hey, what do you mean by "scale horizontally"? There are multiple approaches to tackle this.

  • Have multiple nodes/pods for the same instance and run them on a cloud-like service provider
  • have RO-instances to handle to read-load
  • share/merge bigger communities/subs over multiple instances
  • ... All of these requiere most likely a major rewrite/change of Lemmy server software I guess. In my opinion the first option would fit the most.