Which to host for a single user instance: lemmy or kbin (or others)?
Which to host for a single user instance: lemmy or kbin (or others)?
what is better for single user instance, or maybe something small like under 10 users (no communities)? which is lighter on resources? how much storage should I allocate?
any alternatives to lemmy and kbin that are still somewhat similar?
While I quite enjoy the Interface of KBin over Lemmy. It seems Lemmy uses a lot less resources based on the "Admin Guides" for each service.
Lemmy: https://join-lemmy.org/docs/en/administration/administration.html
KBin: https://codeberg.org/Kbin/kbin-core/wiki#user-content-admin-guide
My Lemmy instance is currently occupying about 350MB of RAM, but you can round that up to 400MB. A lot less than the 4GB for KBin.Technically it's a dual user instance now, since a friend wanted to join it and I said sure.
Damn, this is so much worse than good ol' RSS for just following up stuff (which I imagine is the main argument to be made for a single-usee instance)
Thanks for the info! what about storage capacity usage?
Keep in mind as php-fpm (used by Kbin) launches multiple child processes instead of a single rust process like Lemmy. The number of child processes can be tuned down to reduce RAM usage if necessary.
Yeah, kbin seems to be a php8 service vs a compiled rust service from some lite poking.