this post was submitted on 17 Jun 2023
6 points (100.0% liked)

Self Hosted - Self-hosting your services.

11482 readers
1 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

Rules

Important

Beginning of January 1st 2024 this rule WILL be enforced. Posts that are not tagged will be warned and if not fixed within 24h then removed!

Cross-posting

If you see a rule-breaker please DM the mods!

founded 3 years ago
MODERATORS
 

I'm looking to host a lemmy instance for a small subreddit. I I am unsure if the load would be too much for my home network. In the last 30 days we got 1.7k comments, 96 posts, 95k views, with an average unique of 809.

My home internet connection is 100mb/s down, 20mb/s up. I use the network to work from home as well as general internet degeneracy when I'm off the clock. I have two roommates also using the network for personal stuff, but not working from home. Would this put too much load on my home network?

If it does, could anyone recommend a good web host service that is compatible with lemmy?

you are viewing a single comment's thread
view the rest of the comments
[–] poVoq@slrpnk.net 1 points 1 year ago* (last edited 1 year ago)

20mbit/s per second is not so much, but it should work. In general you have to differentiate between three things with Lemmy:

  1. Users on your own instance directly utilizing the client api (medium bandwidth heavy, medium CPU)
  2. Users from other instances indirectly accessing communities (low bandwidth, but potentially high CPU)
  3. Either of the above directly loading images from your instance (potentially very bandwidth heavy)

For 1: you can limit the number of people you allow to sign up on your instance (highly recommended)

For 2: this is depends on the number of subscribers and the number or external servers but overall is relatively efficient as the remote servers take most of the load, but your server will still have a high database load if remote people comment and post a lot.

For 3: Until Lemmy implements a fully image proxy, this will likely be your main problem with only 20mbit/s upload. But you can severely limit the size of images being uploaded and convert them to smaller sized webp images automatically. But if a lot of people try to download simultaneously the same image from your instance, it’s going to be a problem.