35
submitted 1 year ago* (last edited 1 year ago) by Kalcifer@lemmy.world to c/selfhosted@lemmy.world

I'm interested in possibly hosting my own Lemmy instance - just for my own account. I was thinking of hosting it on Raspberry Pi (possibly the 1GB Pi 4 B), but I couldn't find much for definitive information on what the hardware requirements would be for such an instance to know if this is even possible. How much storage is required? Is the Pi 4 CPU powerful enough? How much memory?

top 25 comments
sorted by: hot top controversial new old
[-] InverseParallax@lemmy.world 13 points 1 year ago

Pi4 is powerful enough, barely. 1GB is too low, is there a 1GB Pi4? Thought it was 2GB min? Think recommendation is 4GB min, 8 better.

Storage is the real issue, it takes a lot a day, but it's all based on unique communities subscribed on the server, so if you have 4 accounts all looking at the same 8 communities it's the same as 1 guy looking at those 8 communities.

4GB/day for a lot of communities, obviously less for less.

[-] Dusty@l.dusty-radio.com 7 points 1 year ago

My lemmy instance is hosted on a 1GB vps with no problem. Even with a few other services on the same VPS.

[-] InverseParallax@lemmy.world 0 points 1 year ago

https://lemmy.click/post/82237

I guess you can it's just going to be tight, but could work with 1 user.

There was a 1GB model at launch. The Pi foundation discontinued it when they dropped the price of the 2GB model.

My biggest concern with hosting it on a Pi is storage. SD cards are not made for write-heavy applications like Lemmy. If you want to host it on a Pi, I suggest adding a real hard drive over USB and configure Lemmy to use that for storage.

[-] Jtee@lemmy.world 2 points 1 year ago

While I agree, it seems like OP only wants to house his account on his instance, and be federated so he can browse externally

I understand that, but his instance will get all the posts and comments he subscribes to, which will be written to the database every few minutes.

[-] Jtee@lemmy.world 1 points 1 year ago

Oh, my misunderstanding. I didn't realize that would be written to his own db like that

[-] Kalcifer@lemmy.world 1 points 1 year ago

Please correct me if I am wrong, but this feels like a flaw with how Lemmy (perhaps other fediverse apps as well, I'm not sure) is designed. Why do I need to store all posts made to a community that one of the users on my instance subscribes to? Would it not be better to simply store my user's posts, and comments, and the posts made to any communities hosted on my instance? Why do I need to store information from other instances, and users?

It would put the more popular instances under enormous stress, if they had to serve every single subscriber from any other instance. This would also kill the user experience. It's much better to serve everything locally, so that an instance admin can scale their resources to the number of users on their instance, a number they know.

I actually am interested to see how the fediverse's concept of federation scales out, as numbers keep growing. Even with just instances syncing between each other, I feel that this might be too much at a certain point.

[-] Kalcifer@lemmy.world 1 points 1 year ago

It would put the more popular instances under enormous stress, if they had to serve every single subscriber from any other instance.

From what I understand, media (images, videos, etc.) is not cached. Does that not mean that, in the worst case where every post contained an image, the instance would be serving every subscriber, anyways?

For binary data that is correct, yes. But that is stuff an instance admin could choose to hide behind a CDN, as it's easily optimized and cached.

[-] Xylight@lemmy.xylight.dev 10 points 1 year ago

On my $5 linode server with 1 gigabyte of ram and 1 CPU core, it runs okay. Storage will be my biggest issue, swap is always full, and memory usage is about 70%

[-] thejoker8814@lemmy.world 8 points 1 year ago

I’m not sure if it’s still valid, but Oracle Cloud Infrastructure (OCI) had a 4 vCPU, 24 GB RAM, 200 GB HDD free tier. No costs, ever! You could sign up there and setup an even bigger instance.

[-] DjMeas@lemm.ee 6 points 1 year ago* (last edited 1 year ago)

Ever? That sounds too good to be true. Especially with that much RAM.

-edit-

Oh wow, I see their always free tier and it's true. Impressive!

https://www.oracle.com/cloud/free/#always-free

[-] melc@feddit.nl 8 points 1 year ago

Their free tier is prone to being shut down without warning, though.

It kinda is too good to be true.

[-] thejoker8814@lemmy.world 3 points 1 year ago

True, but for playing around with lemmy and doing some test's it's ideal - and it's free! In case you are serious about hosting a lemmy instance, there should be at least some sort of backup/ disaster recovery strategy in place.

If you, as the sole user, are not subscribing to dozens if not hundreds of communities, 1GB should be barely okay. As others have pointed out, it is storage that requires more attention with a Pi 4B.

[-] Kalcifer@lemmy.world 2 points 1 year ago* (last edited 1 year ago)

it is storage that requires more attention

Please correct me if I am wrong, but this feels like a flaw with how Lemmy (perhaps other fediverse apps as well, I'm not sure) is designed. Why do I need to store all posts made to a community that one of the users on my instance subscribes to? Would it not be better to simply store my user's posts, and comments, and the posts made to any communities hosted on my instance? Why do I need to store information from other instances, and users?

It's caching posts from other servers so that if you have an instance with a few hundred or thousand people on it and they all open the home page you don't send out thousands of requests for each post and end up DDOSing a bunch of other servers.

[-] Kalcifer@lemmy.world 1 points 1 year ago* (last edited 1 year ago)

I don't really understand this reasoning. Some server would still need to receive those requests at some point. Would it not be better if those requests were distributed, rather than pounded onto one server? If you have a server caching all the content for its users, then all of its users are sending all of those requests for content to that one single server. If users fetched content from their source servers, then the load would be distributed. The only real difference that I can think of is that the speed of post retreival. Even then, though, that could be flawed, as perhaps the source server is faster than one's host server.

[-] KairuByte@lemmy.world 1 points 1 year ago

The data does get pulled, but only if it is “old.” If you just pulled 0.5 seconds ago, you don’t even need to check.

[-] AngryDemonoid@lemmy.lylapol.com 3 points 1 year ago

I've got a Vultr VPS with 1GB of ram with just Lemmy and a reverse proxy. RAM usage is right below 50% most of the time. I never looked when I first spun it up, so no idea how quickly usage is going up, or if it is going up at all.

I think you will probably need more power than that. Would it be possible for you to host it on your desktop PC in a VM?

[-] Jtee@lemmy.world 1 points 1 year ago

I was thinking of doing the same just with an lxc (Proxmox). Your Pi should be enough based on a few comments. I'd give it a try

load more comments
view more: next ›
this post was submitted on 10 Jul 2023
35 points (94.9% liked)

Selfhosted

39224 readers
418 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:

  1. Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.

  2. No spam posting.

  3. Posts have to be centered around self-hosting. There are other communities for discussing hardware or home computing. If it's not obvious why your post topic revolves around selfhosting, please include details to make it clear.

  4. Don't duplicate the full text of your blog or github here. Just post the link for folks to click.

  5. Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).

  6. No trolling.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 1 year ago
MODERATORS