this post was submitted on 05 Jun 2025
33 points (100.0% liked)
PieFed Meta
1005 readers
27 users here now
Discuss PieFed project direction, provide feedback, ask questions, suggest improvements, and engage in conversations related to the platform organization, policies, features, and community dynamics.
Wiki
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
My Piefed testing instance only has two users so it's hard to make a comparison with my Lemmy instance which has 180 monthly active users.
This is what my Lemmy instance looks like (180 monthly active users):
And my PieFed instance (2 users):
Again, not a fair comparison at all but I think they're both pretty efficient with CPU/RAM. Postgres will eat as much RAM as you give it. I noticed that Lemmy will spike CPU every hour. On the other hand, PieFed spikes every time you reload the page but I don't have any caching for PieFed enabled yet.
Anyway, I think another big concern in terms of resource usage is how big the DB grows. Technically, it grows infinitely. PieFed has this really nice feature that deletes old stuff over time per community (or that's how I understand it at least) which is pretty nice:
thank you! that's actually quite useful