this post was submitted on 27 Mar 2025
10 points (91.7% liked)
CoupleMemes
322 readers
41 users here now
Community dedicated to memes that often hit a little too close to home. Respect the instance rules and remember that sharing these memes with your SO might 50/50 put you in the doghouse.
founded 1 month ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
docker compose stats
, where 100% CPU = 1 core. As for the RAM usage, the database can get a bit more RAM-hungry than other containers. Here's the output ofbtop
:You're not bothering me at all btw, I'd love to answer more questions if you have any.
Thanks! Really interesting :)
How much would you say your daily traffic and disk usage increase is? I heard that Lemmy only stores text, and media is hosted only on the instance on which it’s uploaded on.
The database is currently at 19.9 GiB, and it increases so slowly I haven't noticed anything :P.
Depends on how you configure it, I have it only store media from my local users by setting
image_mode: "None"
in lemmy.hjson (the config file), so that doesn't increase a lot. I use Exoscale as my object storage provider.Regarding traffic usage, I can't tell you precisely because I use Cloudflare and that caches a lot of data. In the past 18 days there have been 108GB transferred from my VPS (data from Hetzner). These are the analytics from cloudflare:
btw if you plan on buying a Hetzner VPS it would be awesome if you used my referral link: https://hetzner.cloud/?ref=xNvN4vWKXSzw to get 20€ in credits for free, and I also get 10€ if you decide to buy something from them.