What exactly is the cost of self hosting a Lemmy instance? Understandably you would want a powerful server, but that would be just a single one time purchase.
Where does the rest of the cost come in? Does it require more than a 2 gigabit connection and thus require a data centers 10 gigabit connection?
If I could run an instance on 2 gigabits and spending a 1-3 thousand on a server then I’d be interested in giving it a try.
Depending upon how many users you are looking to host, Lemmy instances are not very taxing. Most instances are on quite modest hardware.
I host an instance for myself. I have subscribed to many communities (10-20), and I run it on a 1 CPU + 1 GB RAM DigitalOcean droplet. However, the Lemmy instance was OOM-killed already once, and I expect that I have to upgrade eventually.
The droplet costs $6/month.
would swap help?
“If you need to use the swap, you’re doing it wrong” – That’s what I learned long ago. And it has held up so far.
Interesting. I’ve never heard that. I use swap all the time and it’s saved me from OOM scenarios. I’m currently limited on RAM so maybe it makes more sense for my situation.
zram
and other compressed swap approaches can help too (with less of a performance hit) although I use real swap as a fallback. Some would recommend usingzswap
in that case, but I still want compression in ram to be heavily prioritised but YMMV.Right? Like, my “first” machine had 512MB of ram in an era where most people were running 4GB. SWAP made more modern distributions possible for me. I mean, then again, that wasn’t so much a choice than the harsh reality of growing up broke!
(My ACTUAL first machine was more like 64MB, but I never did much with it)