What are the requirements for a single user Lemmy instance?
from AsudoxDev@programming.dev to selfhosted@lemmy.world on 08 Oct 09:55
https://programming.dev/post/20322680

I kind of want to self host a lemmy instance. What are the requirements for a single user lemmy instance?

#selfhosted

threaded - newest

mbirth@lemmy.ml on 08 Oct 09:59 next collapse

I did this for a while. However, after subscribing to several groups, there was constant disk activity and it ate network bandwidth. After two months I’ve stopped my server and went back to using a public instance.

AsudoxDev@programming.dev on 08 Oct 10:08 next collapse

How intensive was it exactly?

mbirth@lemmy.ml on 08 Oct 10:37 collapse

I didn’t notice any big drops in network or CPU performance. Usually, because other network traffic had priority. But my server’s HDD constantly rattling along got me thinking that it wasn’t worth it. There are several other containers running on that box and I don’t have that much HDD activity with them.

AsudoxDev@programming.dev on 08 Oct 10:39 next collapse

Thanks.

seang96@spgrn.com on 08 Oct 11:12 collapse

There are postgres settings to reduce disk writes. There’s a max size and a timeout to write to disk. By default these values are on the lower end I believe.

mbirth@lemmy.ml on 08 Oct 11:16 collapse

Yeah, but I didn’t want to fiddle with some custom settings. The same official postgres container works great with other apps.

hendrik@palaver.p3x.de on 08 Oct 10:19 collapse

Sure. It's constantly pulling all the posts, comments and likes from potentially hundreds of instances and writing it to it's database to make it accessible to you once you decide to open Lemmy. It'll get updates from the network every few seconds (unless all the Americans are asleep) and that'll cause some database operations on your side.

Concerning the requirements: You'll need some form of server, and probably a domain name. If you're doing it at home, make sure you have a proper IP address and can forward ports. I run a Piefed instance, not Lemmy. It uses a few hundreds of megabytes of RAM and a bit of CPU and disk. It doesn't cache media files as Lemmy does so I can't comment on the storage size. It's 3GB for me.

AsudoxDev@programming.dev on 08 Oct 10:37 collapse

Thanks.

eskuero@lemmy.fromshado.ws on 08 Oct 10:33 next collapse

Depends on how many communities do you subscribe too and how much activity they have.

I’m running my single user instance subscribed to 20 communities on a 2c/4g vps who also hosts my matrix server and a bunch of other stuff and right now I mostly see peaks from 5/10% of CPU and RAM at 1.5GB

I have been running for 15months and the docker volumes total 1.2GBs A single pg_dump for the lemmy database in plain text is 450M

AsudoxDev@programming.dev on 08 Oct 10:37 next collapse

Thanks.

eskuero@lemmy.fromshado.ws on 08 Oct 10:41 next collapse

Put up some docker stats in a reply in case you missed it on the refresh

AsudoxDev@programming.dev on 08 Oct 10:42 collapse

Checked it out, thanks.

just_another_person@lemmy.world on 08 Oct 13:30 collapse

These stats are fine and all, but storage and network is what’s going to get you in the end if you open it up to anyone and everyone and it becomes popular.

eskuero@lemmy.fromshado.ws on 08 Oct 10:38 next collapse

For the whole stack in the past 16 hours

# docker-compose stats

<img alt="" src="https://lemmy.fromshado.ws/pictrs/image/9ab9d0df-7331-478c-bc31-5e2ae11a8c51.png">

Max_P@lemmy.max-p.me on 08 Oct 20:33 collapse

I subscribe to a few more communities and my DB dump is about 3GB plain text, but same story, box sits at 5-15% most of the time.

ture@lemmy.ml on 09 Oct 18:23 collapse

How much storage did it use overall? I had one instancs running on a 40gb HDD VM and it ran out of disk space in like 2,5 months. From what I’ve seen it was a mixture of 66,6/33,3 postgres/ images and other media. Didn’t had the time to learn how to clean it up and prevent it from happening again after a month. All happens like may to August last year.

Max_P@lemmy.max-p.me on 10 Oct 23:32 collapse

It’s sitting at around 46GB at the moment, not too bad.

Instance is a year and a few months old, so I could probably trim down the storage a bit if needed by purging stuff < 6 months old or something.

I think it initially grows as your users table fills up and pictrs caches the profile pictures, and then it stabilizes a bit. I definitely saw much more growth initially.

mesamunefire@lemmy.world on 08 Oct 14:44 next collapse

I have one running on the equivalent of a pi. It works no problem. The biggest issue is the constant io and network traffic but it’s not terrible.

I wish there was a only poll once every x amount of time instead of the constant polling, but it’s a good solution. I use lemmy.world as the main account and the other account when I need to post under my real name with some projects I run. Plus it makes for a good development instance since I work on lemmy from time to time

mitexleo@buddyverse.one on 09 Oct 17:08 next collapse

It doesn’t require much resources. You can run on a 5$ linode.

Mio@feddit.nu on 09 Oct 18:01 next collapse

I am wondering if it is that good to have single instance for feddiverse. It hurt feddiverse servers to send to yet another location, or is it more like p2p so it scales well?

AsudoxDev@programming.dev on 09 Oct 20:55 collapse

The whole idea of the fediverse is decentralization and federation. It is a good thing

HamSwagwich@showeq.com on 09 Oct 18:40 next collapse

Raspberry Pi will handle it.

It’s all about the storage space. Processing requirements are minimal.

Findmysec@infosec.pub on 10 Oct 00:59 next collapse

You really only need Storage. Backblaze B2/Wasabi/Cloudflare R2 if you can afford it, or just get a Hetzner storage box, attach it to the VM, run Minio and off you go.

taaz@biglemmowski.win on 11 Oct 09:56 collapse

Attach it to the VM

Is this possible only with the extra, bought storage boxes ? Or is this possible even with the free 100G backup boxes offered with each dedicated machine ? (Or is this just nfs mount?)

We have a dedicated machine in a project from Hetzner with big raided hard disks but the latency is starting creep up on us, moving some of the data off to the faster ssd/san boxes would be rather helpful.

taaz@biglemmowski.win on 11 Oct 10:17 collapse

Numbers from my instance, running for about a 1 year and with average ~2 MAU. According to some quick db queries there is currently 580 actively subscribed communities (it was probably a lot less before I used the subscribe bot to populate the All tab).

SELECT pg_size_pretty( pg_database_size(‘lemmy’) ): 17 GB

Backblaze B2 (S3) reports average 22.5 GB stored. With everything capped to max 1 USD, I pay cents - no idea how backblaze does it but it’s really super cheap, except for some specific transactions done on the bucket afaik, which pictrs does not seem to do.

According to my zabbix monitoring, two months ago (I don’t keep longer stats) the DB had only about 14G of data, so with this much communities I am getting about 1.5G per month (it’s probably a bit more as I was recently prunning stuff from some dead instances).

Prometheus says whole lemmy service (I use traefik) is getting within about 5 req/s (1m average) though if I go lower it does spike a lot, up to 12 requests within a second then nothing for few.