157
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
this post was submitted on 15 Jul 2023
157 points (97.6% liked)
Fediverse
28199 readers
321 users here now
A community to talk about the Fediverse and all it's related services using ActivityPub (Mastodon, Lemmy, KBin, etc).
If you wanted to get help with moderating your own community then head over to !moderators@lemmy.world!
Rules
- Posts must be on topic.
- Be respectful of others.
- Cite the sources used for graphs and other statistics.
- Follow the general Lemmy.world rules.
Learn more at these websites: Join The Fediverse Wiki, Fediverse.info, Wikipedia Page, The Federation Info (Stats), FediDB (Stats), Sub Rehab (Reddit Migration), Search Lemmy
founded 1 year ago
MODERATORS
Host an instance, even a single user instance would be good @selfhosted
I think niche communities will do better when they start to break away from the larger instances
Would you have an idea of what kind of traffic/storage I would be looking at, if I were to host a community that gets 500 posts a day? I know this is a very vague question, so a ballpark answer would suffice. Asking because I'd like to host niche locality based communities for my country (India) and hosting is not cheap here. I could perhaps do Hetzner auctions but the latency would not be pleasant.
My instance is just me rn but I’m federating with about 500 communities, including all of the most active ones and Lemmy is running really well. My system is only using about 10% cpu and about a 1gb of ram, I’m just using a Hetzner arm vps with 4 vcpus and 8 gb of ram. Even a single small server should be able to handle a lot of users imo.
Hey, thank you, that's good to hear.
Are there tools to "purge" media and cached posts? If I did delete older caches, lemmy would simply re-cache them the next time they are requested, right?
As far as I know there aren't any tools to do that, Lemmy doesn't automatically fetch older / deleted posts from federated communities like that, the reason is the way that federation works. When a user subscribes to a community on another server, that server will then start notifying their server when there's new posts, comments, etc to fetch, but Lemmy doesn't fetch older content, so only new stuff from that community will show up. I believe it's possible to fetch old posts and comments using the search function though, you can read a bit more about it here: Lemmy docs
Thank you!