this post was submitted on 24 May 2025
15 points (100.0% liked)

Fedia Discussions

17 readers
1 users here now

founded 2 years ago
MODERATORS
 

In a recent post @jerry posted the specs of this server and it's mind-bogglingly huge. Not even my gaming PC compares to it. Is it just mbin being mbin or are other fediverse servers also this big?

top 3 comments
sorted by: hot top controversial new old
[–] originalucifer@moist.catsweat.com 12 points 2 months ago (1 children)

short answer is yes. its underlying code and structure could use serious optimization. its far better than it was in the kbin days, but the devs only have so much time.

ive been running an mbin instance for almost 2 years, but ive been doing to so on a very limited resources.. 2core/16gb server and its just barely good enough for less than 100 mau. i do push it to the limit on purpose though.. auto-subbing to almost every major lemmy and mastodon instance/community i can find.

i can handle the fediverse traffic well enough, but just like jerry when the scrapers come calling i have to resort to drastic techniques like blocking whole countries.

[–] atro_city@fedia.io 4 points 2 months ago (1 children)

Damn, OK. Thanks for the insight.

I wonder if the mbin devs were funded enough to work on it fulltime, if they could reduce the resource usage. 2core/16GB sounds normal though, isn't it? That should be enough for the average desktop user?

yes, im sure of there were full-time devs like lemmy it would be more performant.

i agree the minimum specified requirements (2core/8gb) would be enough for a single user subscribing to a more limited list of communities. its scaling to many users where things go sideways...

if i ever get to more than say 150 mau i would break out my services into front/back end servers and throw in some load balancing. the idea of all my eggs in one basket makes the sysadmin in me nervous.

it sounds like they almost (or do by now) have a working docker implementation that would make a single-user instance easy to implement.