this post was submitted on 05 Jul 2023
1728 points (99.1% liked)
Lemmy.World Announcements
29030 readers
8 users here now
This Community is intended for posts about the Lemmy.world server by the admins.
Follow us for server news 🐘
Outages 🔥
https://status.lemmy.world
For support with issues at Lemmy.world, go to the Lemmy.world Support community.
Support e-mail
Any support requests are best sent to [email protected] e-mail.
Report contact
- DM https://lemmy.world/u/lwreport
- Email [email protected] (PGP Supported)
Donations 💗
If you would like to make a donation to support the cost of running this platform, please do so at the following donation URLs.
If you can, please use / switch to Ko-Fi, it has the lowest fees for us
Join the team
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
So I‘m currently on planning to host an instance myself. This graph helped me quite a lot to get an idea what system resources are required.
Do you use any reverse proxy in front of it?
Nginx runs on the server , proxying to the lemmy docker containers
That‘s what I had in mind. To run nginx on a seperate vps, so I can scale it easier. Run fediverse instances in the back, either all on one vps or on different vps. This way I could provide a hub while increase performance (due to compression and caching) and provide redundancy/load balancing if necessary.
What‘s the typical traffic you experience? Peak (Gbit/s) and average/daily traffic (GB)
Thanks, that’s super helpfu!
Lemmy world has a lot of users. So your instance initially will require a lot less resources ✌️
Yeah I saw that. I‘m a big fan of minimalistic, yet super performant architectures and I‘m just trying to get a feeling on how I could solve this problem. I try to avoid any downtime, whenever possible